summaryrefslogtreecommitdiff
path: root/pv/templates/base.html
blob: 2ed539ef707304d9339ddf29c4f453b3a050db0f (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>

<head>
    <title>{% block title %}{% endblock %}</title>
</head>

<body>
{% block content %}{% endblock %}
</body>

</html>