From 84b036b926d90b52956350d99b3a070b3dd1d7ac Mon Sep 17 00:00:00 2001 From: JJ Date: Wed, 19 Mar 2025 14:53:53 +0000 Subject: first commit --- templates/base.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..64ae319 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,15 @@ + + + + + + index.cooking - {% block title %}{% endblock %} + + + + + {% include "/components/header.html" %} +

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

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