aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/wiki/view.html
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site/templates/wiki/view.html')
-rw-r--r--pydis_site/templates/wiki/view.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/pydis_site/templates/wiki/view.html b/pydis_site/templates/wiki/view.html
new file mode 100644
index 00000000..2becdaae
--- /dev/null
+++ b/pydis_site/templates/wiki/view.html
@@ -0,0 +1,9 @@
+{% extends "wiki/article.html" %}
+{% load wiki_tags i18n sekizai_tags %}
+
+
+{% block wiki_contents_tab %}
+
+ {% wiki_render article %}
+
+{% endblock %}