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 %} +