From 3d0ffa3311e54317da32d2ac2e5e14f1ccdf3a8f Mon Sep 17 00:00:00 2001 From: thisfro Date: Tue, 25 Jan 2022 18:32:34 +0100 Subject: [PATCH] Always load app.js and matomo script --- templates/base.html.twig | 50 ++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index f7446b6..98f99c5 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -16,32 +16,32 @@ {{ encore_entry_link_tags('app') }} {% endblock %} - {% block javascripts %} - {{ encore_entry_script_tags('app') }} + {% block javascripts %}{% endblock %} - - - - {% endblock %} + {{ encore_entry_script_tags('app') }} + + + +