{% extends 'base.html' %} {% load i18n %} {% block title %}Wiki Index - {{ block.super }}{% endblock %} {% block content %}

Wiki Index

{% if articles %} {% else %}

{% trans "Create a new article" %}.

{% endif %} {% endblock %}