aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/views/help.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates/views/help.html')
-rw-r--r--src/main/resources/templates/views/help.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/resources/templates/views/help.html b/src/main/resources/templates/views/help.html
new file mode 100644
index 00000000..169ccb3f
--- /dev/null
+++ b/src/main/resources/templates/views/help.html
@@ -0,0 +1,12 @@
+{% extends "layouts/default" %}
+{% block content %}
+<article>
+ {{ content | raw }}
+</article>
+{% endblock %}
+
+{% block "column" %}
+<div class="toolbar">
+{{ navigation | raw }}
+</div>
+{% endblock %} \ No newline at end of file