{% extends "base.html" %} {% block page_title %}Wiki{% endblock page_title %} {% block content %}

Wiki

{% if wiki_intro %}
{{ wiki_intro.content | safe }}
{% endif %}
{% for category in categories %}
{% if category.icon %} {% endif %}

{{ category.name }}

{% if category.description %}

{{ category.description }}

{% endif %}
{% endfor %}
{% endblock content %}