blob: 465039e3a1526fafcb1e8e6cf754d87f472adcde (
plain)
1
2
3
4
5
6
7
|
{% extends "courgette/base.html" %}
{% block content %}
<div class="center">
<h1>{{ _('Page not found') }}</h1>
<p>{{ _('Go to <a href="/">search page</a>.') }}</p>
</div>
{% endblock %}
|