mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-11 06:13:10 +00:00
6 lines
197 B
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 %}
|