LingoSynth/lingosynth/app/templates/error.html
2023-05-11 21:48:16 +02:00

7 lines
126 B
HTML

{% extends "components/base.html" %}
{% block content %}
<h1>An error ocurred</h1>
<p>{{ error }}</p>
{% endblock %}