diff --git a/src/templates/layout.html b/src/templates/layout.html index 3a20e2d..e58e74b 100644 --- a/src/templates/layout.html +++ b/src/templates/layout.html @@ -5,13 +5,21 @@ {% if title %} {{title}} {% else %} - Home + App {% endif %} - + + {% block headercss %} + + {% endblock %} + + {% block headerscripts %} + + {% endblock %} +