Add help pages

This commit is contained in:
rubenwardy
2018-05-14 14:46:41 +01:00
parent 661bb19de7
commit 1e440d4523
7 changed files with 248 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
{% extends "base.html" %}
{% block title %}
{{ page['title'] }}
{% endblock %}
{% block content %}
<h1>{{ page['title'] }}</h1>
{{ page.html | safe }}
{% endblock %}