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

6 lines
No EOL
165 B
HTML

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