{% extends 'wiki/base.html' %} {% load i18n %} {% block title %} Index {% endblock %} {% block content %}

Index

{% if articles %} {% else %}

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

{% endif %} {% endblock %}