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

6 lines
167 B
HTML

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