LingoSynth/lingosynth/app/templates/error.html

7 lines
126 B
HTML
Raw Permalink Normal View History

2023-05-11 21:48:16 +02:00
{% extends "components/base.html" %}
{% block content %}
<h1>An error ocurred</h1>
<p>{{ error }}</p>
{% endblock %}