diff --git a/templates/base.html.twig b/templates/base.html.twig index 3ef5e050..5c6aa547 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -35,8 +35,16 @@ - {% block stylesheets %}{% endblock %} + {% block stylesheets %} + + {% endblock %} + diff --git a/templates/home.html.twig b/templates/home.html.twig index 132789c1..f02d76c2 100644 --- a/templates/home.html.twig +++ b/templates/home.html.twig @@ -43,6 +43,55 @@ {% endblock %} {% block scripts %} + + +{# @@ -122,4 +171,6 @@ setInterval(displayMarkers, 60 * 1000); // END google maps stuff +#} + {% endblock %}