nopaque/app/templates/403.html.j2

8 lines
155 B
Plaintext
Raw Normal View History

{% extends "limited_width.html.j2" %}
2019-07-09 13:39:28 +00:00
{% block page_content %}
<div class="page-header">
<p>This site is forbidden for you.</p>
2019-07-09 13:39:28 +00:00
</div>
{% endblock %}