diff --git a/app/views/layout.html b/app/views/layout.html index c59623a2d..721a02e63 100755 --- a/app/views/layout.html +++ b/app/views/layout.html @@ -2,11 +2,14 @@ {% block head %} {% include "includes/elements_head.html" %} - {% include "includes/elements_tracking.html" %} {% include "includes/snippets_head.html" %} {% include "includes/snippets_scripts.html" %} {% endblock %} +{% block body_start %} + {% include "includes/elements_tracking.html" %} +{% endblock %} + {% block cookie_message %}

{{cookieText | safe }}

{% endblock %} diff --git a/app/views/layout_example.html b/app/views/layout_example.html index bb36174bc..b0388d1f7 100644 --- a/app/views/layout_example.html +++ b/app/views/layout_example.html @@ -29,6 +29,9 @@ /* End: Styles for this example page */ +{% endblock %} + +{% block body_start %} {% include "includes/elements_tracking.html" %} {% endblock %}