mirror of
https://github.com/sakaljurgis/kob.git
synced 2026-07-08 22:17:41 +00:00
8 lines
172 B
HTML
8 lines
172 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<div class="error">
|
|
<p>{{ message }}</p>
|
|
<a class="page-btn" href="{{ url_for('index') }}">Back</a>
|
|
</div>
|
|
{% endblock %}
|