aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/wiki/view.html
blob: 2becdaae4029bdbbaa4b7346febc3994a7543fd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
{% extends "wiki/article.html" %}
{% load wiki_tags i18n sekizai_tags %}


{% block wiki_contents_tab %}

  {% wiki_render article %}

{% endblock %}