diff --git a/templates/base.html b/templates/base.html index ed20daf..8194170 100644 --- a/templates/base.html +++ b/templates/base.html @@ -75,6 +75,7 @@
{% block header %} +

Site name

{% endblock %}
diff --git a/templates/index.html b/templates/index.html index e48212a..6891ca1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,4 +1,5 @@ {% extends "base.html" %} {% block content %} +

Content goes here

{% endblock %}