{% extends 'djikiki/base.html' %} {% block title %} {{wiki.name}} - {{category}} {% endblock %} {% block header %}

{{category}}

{% endblock %} {% block main %}
{% if has_next %} Next {% endif %} {% if has_previous %} Prev {% endif %}
{% endblock %} {% block contextnav %} {% endblock %}