gramps/src/data/templates/view_detail_page.html

11 lines
232 B
HTML
Raw Normal View History

{% extends "gramps-base.html" %}
{% block title %}GRAMPS Connect - {{cview}} detail page {% endblock %}
{% block heading %}GRAMPS - {{cview}} detail page {% endblock %}
{% block content %}
{{cview}} Detail page.
{% endblock %}