mirror of
https://github.com/NovaOSS/LingoSynth.git
synced 2024-11-26 00:23:58 +01:00
7 lines
126 B
HTML
7 lines
126 B
HTML
{% extends "components/base.html" %}
|
|
|
|
{% block content %}
|
|
<h1>An error ocurred</h1>
|
|
<p>{{ error }}</p>
|
|
{% endblock %}
|