From 17529f38f4b4edf7249e18418ddfcc3f818a006d Mon Sep 17 00:00:00 2001 From: JJ <nicetry@noemail.com> Date: Sun, 30 Mar 2025 21:05:42 +0100 Subject: post receive test --- templates/base.html | 1 + 1 file changed, 1 insertion(+) 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 %} -- cgit v1.2.3