From 74f9c6a49fad7fd6dba3d56ec525dc6ece1894d1 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Mon, 16 Nov 2020 08:46:37 +0100 Subject: Basic template from lesanaweb, to improve upon --- templates/web/index.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 templates/web/index.html (limited to 'templates/web/index.html') diff --git a/templates/web/index.html b/templates/web/index.html new file mode 100644 index 0000000..1d1d869 --- /dev/null +++ b/templates/web/index.html @@ -0,0 +1,32 @@ +{% extends "base.html" %} + +{% block title %}{{ settings.name }}{% endblock %} + +{% block content %} +
+

{{ settings.name }}

+ +
+