django-fobi/examples/simple/templates/bootstrap3/base.html

6 lines
197 B
HTML

{% extends "bootstrap3/_base.html" %}
{% block theme-javascripts %}
{{ block.super }}
{% if not testing %}{% include "google_analytics.html" %}{% endif %}
{% endblock theme-javascripts %}