{% extends "app/templates/base.tmpl" %} {% block title %} penpot - error report v2 {{id}} {% endblock %} {% block content %}
MESSAGE:

{{hint}}

LOG PROPS:
{{props}}
CONTEXT:
{{context}}
{% if params %}
REQUEST PARAMS:
{{params}}
{% endif %} {% if data %}
ERROR DATA:
{{data}}
{% endif %} {% if spec-explain %}
SPEC EXPLAIN:
{{spec-explain}}
{% endif %} {% if spec-problems %}
SPEC PROBLEMS:
{{spec-problems}}
{% endif %} {% if spec-value %}
SPEC VALUE:
{{spec-value}}
{% endif %} {% if trace %}
TRACE:
{{trace}}
{% endif %}
{% endblock %}