summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-08-13 16:57:45 -0400
committerLibravatar Silas Bartha <[email protected]>2024-08-13 16:57:45 -0400
commitbaed7c3c8389fd1229cec2e9bb38ba7250da6582 (patch)
treeb051d92ab222e8cd7a0d77d106168661dce9d0e5 /templates/index.html
Initial switch to zola site
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..575141f
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,5 @@
+{% extends "base.html" %}
+
+{% block content %}
+{{ section.content | safe }}
+{% endblock content %}