diff options
author | JJ <nicetry@noemail.com> | 2025-03-30 21:05:42 +0100 |
---|---|---|
committer | JJ <nicetry@noemail.com> | 2025-03-30 21:05:42 +0100 |
commit | 17529f38f4b4edf7249e18418ddfcc3f818a006d (patch) | |
tree | 4212cfdf8a3f0bcdb0ca08d512bcb1a7a0c08e66 | |
parent | d518beb637e7c2776d84e87c63cc201c101ca89c (diff) |
post receive test
-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 %} |