summaryrefslogtreecommitdiff
path: root/templates/text.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/text.html
parent20f3e7c7465cd899b46204d4f07460543e7cb5cc (diff)
Use zola
Diffstat (limited to 'templates/text.html')
-rw-r--r--templates/text.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/text.html b/templates/text.html
new file mode 100644
index 0000000..9ba2a71
--- /dev/null
+++ b/templates/text.html
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+
+{% block content %}
+<section id="text">
+
+ {{ section.content | safe }}
+</section>
+{% endblock %}