From e5bd7c4003160a7b5810a0a2cd6a9cdc80adf725 Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Tue, 31 Dec 2024 23:07:18 +0000 Subject: [PATCH] add page_js to be able to add javascript specific to a page --- templates/base.html.twig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 30e7264..fde7d46 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -11,8 +11,8 @@ + --> {% block body %}{% endblock %} - {% block javascripts %}