{% extends config.get('WIKI_BASE_TEMPLATE') %} {% block title -%} Wiki page not found! {% endblock title %} {% block navigation %} {% endblock %} {% block content %}

{{ _('Page does not exist.') }}

{{ _('You did not create any content for this page yet.') }}

{{ _('Create a new page') }}

{% endblock %}