{% extends "/moya.debug/base.html" %} {% block "title" %}${trace.error_type} ${trace.method} ${trace.url} {% endblock %} {% block "comments" %} {% endblock %} {% block "body" %} {%- def "info" %} {%- if map %} {% if title or subtitle %}
{% markup trace.msg as 'text' %}
{% endif %} {% let console_error = trace.console_error %} {% if console_error %}${html:console_error}{% endif %} {% if trace.diagnosis %}
Moya trace (most recent call first):
{% endif %} {%- for frame in reversed:trace.stack %}{%- if frame.libid %} ${frame.location} {%- else %} {%- if frame.format == 'moyatemplate' %} ${frame.location} {%- else %} ${frame.location} {%- endif %} {%- endif %}
{%- endfor %} {% endblock %}