error.html 219 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 {% 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 %}