From d45551a628cb51fed0dac9efe089aa223cabb196 Mon Sep 17 00:00:00 2001 From: devels Date: Fri, 4 Sep 2026 20:59:23 +0100 Subject: initial commit --- templates/index.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..b539396 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,4 @@ +{% extends "base.html" %} +{% block content %} + {{ section.content | safe }} +{% endblock %} -- cgit v1.2.3