error.html 219 Bytes
{% extends "base_page.html" %}

{% block content %}
<h2 class="error_title">{{ error_title }}</h2>
<div class="error_msg">{{ error_msg }}</div>
<a href="{{url_for('main.index')}}">Retour à l'accueil</a>
{% endblock %}