{% extends 'base.html.twig' %} {% block content %}

404

{{ __('Page not found') }}

{{ __('The page you are looking for does not exist, or it has been moved. Please try searching using the form below.') }}

{% include 'partials/search-form.html.twig' %}
{% endblock %}