gramps/data/templates/view_page_detail.html
2013-01-04 23:09:12 +00:00

7 lines
216 B
HTML

{% extends "gramps-base.html" %}
{% load my_tags %}
{% block title %}{{sitename}}: {{tview}} detail {% endblock %}
{% block heading %}{{sitename}}: {{tview}} detail {% endblock %}
{% block content %}
{% endblock %}