Requested page is not found: {{ route }} {% if routes %} List of available routes: {% for r in routes %} {{ r }} {% endfor %} {% endif %}
Requested page is not found: {{ route }}
You see this because debug is enabled:
application.settings['DEBUG'] = True