7 lines
194 B
HTML
7 lines
194 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block app_content %}
|
|
<h1>You are not allowed to do this!</h1>
|
|
<h4>how dare you</h4>
|
|
<p><a href="{{ url_for('main.index') }}">Back</a></p>
|
|
{% endblock %} |