Add help pages
This commit is contained in:
11
app/templates/flatpage.html
Normal file
11
app/templates/flatpage.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}
|
||||
{{ page['title'] }}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ page['title'] }}</h1>
|
||||
|
||||
{{ page.html | safe }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user