{% load staticfiles %} {{site_title}} {% block css %}{% endblock %} {% block js %}{% endblock %} {% block content %}{% endblock %} {% if not debug %} {% include "core/layout_piwik.html" %} {% endif %}