mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-11 14:23:09 +00:00
6 lines
167 B
HTML
6 lines
167 B
HTML
{% extends "foundation5/_base.html" %}
|
|
|
|
{% block theme-javascripts %}
|
|
{{ block.super }}
|
|
{% include "google_analytics.html" %}
|
|
{% endblock theme-javascripts %}
|