From 2e0b9c97af457da5c6afda611d48e59047d4cdb8 Mon Sep 17 00:00:00 2001 From: JJ Date: Mon, 31 Mar 2025 21:08:41 +0100 Subject: Basic AI functionality --- templates/base.html | 1 - 1 file changed, 1 deletion(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 523e7ac..3181a2f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,7 +15,6 @@ /> -

Dickhead

{% include "/components/header.html" %}

{% block heading %}Some heading!{% endblock %}

{% block content %}{% endblock %} -- cgit v1.2.3