cmpuqrct/templates/base.html
author Tero Marttila <terom@paivola.fi>
Wed, 05 Nov 2014 10:35:51 +0100
changeset 90 a193a8dd737c
parent 53 8e6e7ca39e48
permissions -rw-r--r--
qrurls.admin: minor usability tweaks to the import url_images select-multiple...
{% load staticfiles %}
<html>
    <head>
        <title>{% block title %}Yo Dawg. We heard you liked Post-its.{% endblock %}</title>
        {% block head %}{% endblock %}
    </head>
    <body>
        {% block body %}{% endblock %}
        {% include "analytics.html" %}
    </body>
</html>