{% extends 'layout/base.html.twig' %}
{% block content %}
<div class="error-page">
<h1>404 Page not found!</h1>
</div>
{% endblock %}