Back to Werkzeug

Not Found

examples/coolmagic/templates/static/not_found.html

3.1.8233 B
Original Source

{% extends "layout.html" %} {% set page_title = 'Missing Magic' %} {% block page_body %}

The requested magic really does not exist. Maybe you want to look for it on the index.

{% endblock %}