arcoa/templates/bundles/TwigBundle/Exception/error404.html.twig

10 lines
183 B
Twig

{% extends 'base.html.twig' %}
{% block title %}404 - Not Found | ArCOA{% endblock %}
{% block body %}
<h1 class="is-size-1 has-text-centered">404 - Not Found</h1>
{% endblock %}