diff options
-rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 3181a2f..523e7ac 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,6 +15,7 @@ /> </head> <body hx-ext="response-targets"> + <h1>Dickhead</h1> {% include "/components/header.html" %} <h1>{% block heading %}Some heading!{% endblock %}</h1> {% block content %}{% endblock %} |