aboutsummaryrefslogtreecommitdiffstats
path: root/templates/wiki/page_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/wiki/page_view.html')
-rw-r--r--templates/wiki/page_view.html18
1 files changed, 10 insertions, 8 deletions
diff --git a/templates/wiki/page_view.html b/templates/wiki/page_view.html
index 5601cbbf..9c49a09e 100644
--- a/templates/wiki/page_view.html
+++ b/templates/wiki/page_view.html
@@ -1,11 +1,13 @@
-{% extends "main/base.html" %}
-{% block title %}Wiki | Home{% endblock %}
-{% block og_title %}Wiki | Home{% endblock %}
-{% block og_description %}Landing page for the wiki{% endblock %}
+{% extends "wiki/base.html" %}
+{% block title %}Wiki | {{ data["title"] }}{% endblock %}
+{% block og_title %}Wiki | {{ data["title"] }}{% endblock %}
+{% block og_description %}{% endblock %}
{% block content %}
- <div class="uk-container uk-section">
- <h1 class="uk-title uk-text-center">
- Placeholder text.
- </h1>
+ <div class="uk-container uk-container-small">
+ <h2 class="uk-title">
+ {{ data["title"] }}
+ </h2>
+
+ {{ data["html"] | safe }}
</div>
{% endblock %} \ No newline at end of file