8 lines
107 B
Plaintext
8 lines
107 B
Plaintext
{% extends "_layout" %}
|
|
|
|
{% block content %}
|
|
<div class="m-3">
|
|
{{ error }}
|
|
</div>
|
|
{% endblock content %}
|