summaryrefslogtreecommitdiff
path: root/resources/html/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'resources/html/home.html')
-rw-r--r--resources/html/home.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/html/home.html b/resources/html/home.html
new file mode 100644
index 0000000..c09946d
--- /dev/null
+++ b/resources/html/home.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% block content %}
+ <div class="content">
+ {{docs|markdown}}
+ </div>
+{% endblock %}