Application error

This application made a mistake.

Details are on the server log.

{% set exception = kwargs['exc_info'][1] %} {% for key, val in vars(exception).items() %} {% if val %} {% end %} {% end %}
{{ key.replace('_', ' ').title() }}{{ val }}
{% from gramex import conf %} {% if conf.app.settings.serve_traceback %}
{% import traceback %}
{{ ''.join(traceback.format_exception(*kwargs['exc_info'])) }}

Traceback is only for development. Disable it in gramex.yaml with app.settings.serve_traceback: false

Show traceback

{% end %}