summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-09-17 15:59:30 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-09-17 15:59:30 +0200
commitda7e4514cfdbe52e8f1ef6aadd54c401e2b849f5 (patch)
tree86658a61d347ea171a0aa7be24fdb36769ba373c /templates/index.html
parent20f3e7c7465cd899b46204d4f07460543e7cb5cc (diff)
Use zola
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..be0db07
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,5 @@
+{% extends "base.html" %}
+
+{% block content %}
+{{ section.content | safe }}
+{% endblock %}