From d492db96cae8af8be8dc2b88a49cd7dc50f3f48b Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 2 Dec 2021 10:48:08 +0100 Subject: [PATCH] Basic structure --- public/style.css | 0 templates/index.html | 17 +++++++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) delete mode 100644 public/style.css diff --git a/public/style.css b/public/style.css deleted file mode 100644 index e69de29..0000000 diff --git a/templates/index.html b/templates/index.html index a741e65..71f7d8d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,9 +2,22 @@ - {% block title %}{{ config.title }}{% endblock title %} + {% block title %}{{ config.title }}{% endblock %} - ... +
+ {{ config.title }} +
+ +
+ {% block content %} + {% endblock %} +