311 B
311 B
{% extends "beetroot/base.html" %}
{% block content %}
{% endblock %}
{{ _('Page not found') }}
{% autoescape false %}{{ _('Go to %(search_page)s.', search_page='{}'.format(url_for('index'), _('search page'))) }}
{% endautoescape %}