diff --git a/the_works/templates/base.html b/the_works/templates/base.html index 7c5b3bd..289e9c9 100644 --- a/the_works/templates/base.html +++ b/the_works/templates/base.html @@ -28,10 +28,10 @@
- {% block header %}{% endblock header %} +

{% block heading %}{% endblock heading %}

- {% block content %}

No messages.

{% endblock content %} + {% block content %}

Hello, world.

{% endblock content %}