diff --git a/src/templates/index.html b/src/templates/index.html index 9f87539..b804477 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -1,2 +1,32 @@ {% extends "layout.html" %} -{% set active_page = "index" %} \ No newline at end of file +{% set active_page = "index" %} + +{% block head %} + {{ super() }} + + + + + + + + +{% endblock %} + +{% block body %} + {{ super ()}} + +
+
+
+
+ {{ body | safe }} + +
+
+
+
+
+ + +{% endblock %} \ No newline at end of file