aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJJ <nicetry@noemail.com>2025-03-30 21:05:42 +0100
committerJJ <nicetry@noemail.com>2025-03-30 21:05:42 +0100
commit17529f38f4b4edf7249e18418ddfcc3f818a006d (patch)
tree4212cfdf8a3f0bcdb0ca08d512bcb1a7a0c08e66
parentd518beb637e7c2776d84e87c63cc201c101ca89c (diff)
post receive test
-rw-r--r--templates/base.html1
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 %}