-
PEREZ-RAMIREZ Julian authoredPEREZ-RAMIREZ Julian authored
error.html.twig 374 B
{% extends 'base.html.twig' %}
{% block styles %}
<link rel="stylesheet" href="{{ asset('css/error.css') }}">
{% endblock %}
{% block body %}
<div class="error-container">
<h1>Error</h1>
<p>This page does not exist or you do not have rigths to see.</p>
<a href="{{ path('home') }}" class="btn">Return to Homepage</a>
</div>
{% endblock %}