diff --git a/web/templates/base.html b/web/templates/base.html index c87515f..a39608c 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -4,7 +4,10 @@ {{ title }} {% endblock %} - + + {% block head %} + {% endblock %} + {% block content %} {% endblock %}