Child: [ddf08c] (diff)

Download this file

analytics.html    8 lines (6 with data), 245 Bytes

1
2
3
4
5
6
7
{% if g.theme.jinja_macros %}
{% import g.theme.jinja_macros as theme_macros with context %}
{% endif %}
<script type="text/javascript">
{{theme_macros.custom_tracking_js(accounts|default, c.user|default, c.project|default)}}
</script>