diff --git a/templates/base.html b/templates/base.html index 02db623..a13baa6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -79,10 +79,13 @@ }); {% endif %} + {% if GOOGLE_TAG_MANAGER %} + {% include "partial/gtm.html" %} + {% endif %} {% if GOOGLE_TAG_MANAGER %} - {% include "partial/gtm.html" %} + {% include "partial/gtm_noscript.html" %} {% endif %}