{# SPDX-FileCopyrightText: Fondation RERO+ #} {# SPDX-License-Identifier: BSD-3-Clause #} {% 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 %}