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