aboutsummaryrefslogtreecommitdiff
path: root/templates/content.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/content.html')
-rw-r--r--templates/content.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/content.html b/templates/content.html
new file mode 100644
index 0000000..d956087
--- /dev/null
+++ b/templates/content.html
@@ -0,0 +1,10 @@
+{#
+A page containing arbitrary content, nothing is assumed of it.
+
+Parameters:
+ Content:
+ Content of page
+#}
+{% extends "base.html" %}
+{% block content %}{{ content }}{% endblock %}
+{# ft: jinja #}