gramps/src/data/templates/view_detail_page.html
2009-12-20 01:57:17 +00:00

11 lines
228 B
HTML

{% extends "gramps-base.html" %}
{% block title %}Gramps-Connect: {{tview}} detail {% endblock %}
{% block heading %}Gramps-Connect: {{tview}} detail {% endblock %}
{% block content %}
{{tview}} Detail page.
{% endblock %}