diff --git a/templates/base.html b/templates/base.html index 9d1c6ec..c01a4dc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,6 +5,10 @@ {% block title %}{{ title }}{% endblock %} + + {% block head %}{% endblock %} diff --git a/templates/index.html b/templates/index.html index 1c1736c..7c5a947 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,20 +3,59 @@ {% block title %}Hello!{% endblock %} {% block head %} + {% endblock %} {% block content %} -