aboutsummaryrefslogtreecommitdiffstats
path: root/src/templ/main.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'src/templ/main.thtml')
-rw-r--r--src/templ/main.thtml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/templ/main.thtml b/src/templ/main.thtml
new file mode 100644
index 0000000..e875d3c
--- /dev/null
+++ b/src/templ/main.thtml
@@ -0,0 +1,6 @@
+{% extends "base.thtml" %}
+
+{% block content %}
+{{ block }}
+
+{% endblock %} \ No newline at end of file