14 lines
387 B
HTML
14 lines
387 B
HTML
{% extends "!layout.html" %}
|
|
|
|
{%- block extrahead %}
|
|
<!-- Google Analytics -->
|
|
<script>
|
|
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
|
ga('create', 'UA-20736318-2', 'auto');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
<script async="async" src='https://www.google-analytics.com/analytics.js'></script>
|
|
<!-- End Google Analytics -->
|
|
{{ super() }}
|
|
{% endblock %}
|