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