mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
8 lines
209 B
HTML
8 lines
209 B
HTML
{% extends "page.html" %}
|
|
|
|
{% block main_content %}
|
|
<main class="centered-header">
|
|
{{ post_macros::page_header(title="403")}}
|
|
<span>forbidden</span>
|
|
</main>
|
|
{% endblock main_content %}
|