You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
368B

  1. {% extends "!layout.html" %}
  2. {% block extrahead %}{{ super() }}
  3. <script async src="https://www.googletagmanager.com/gtag/js?id=AW-719768977"></script>
  4. <script>
  5. window.dataLayer = window.dataLayer || [];
  6. function gtag(){dataLayer.push(arguments);}
  7. gtag('js', new Date());
  8. gtag('config', 'AW-719768977');
  9. gtag('config', 'G-5BXGFPG2S3');
  10. </script>
  11. {% endblock %}