{% extends "base.html" %}

{% block app_content %}
    <h1>Method Not Allowed</h1>
    <h2>The method is not allowed for the requested URL.</h2>
    <p><a href="{{ url_for('main.index') }}">Back</a></p>
{% endblock %}