11 lines
224 B
HTML
11 lines
224 B
HTML
{% extends "gramps-base.html" %}
|
|
{% block title %}{{sitename}}: {{tview}} detail {% endblock %}
|
|
{% block heading %}{{sitename}}: {{tview}} detail {% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
{{tview}} Detail page.
|
|
|
|
{% endblock %}
|
|
|