diff options
Diffstat (limited to 'templates/wiki-page.html')
| -rw-r--r-- | templates/wiki-page.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/wiki-page.html b/templates/wiki-page.html index e69de29..7a24d02 100644 --- a/templates/wiki-page.html +++ b/templates/wiki-page.html @@ -0,0 +1,6 @@ +{% extends 'base.html' %} + +{% block body %} +<h1>{{ title }}</h1> +{{ html|safe }} +{% endblock %} |
