{% extends "app/templates/base.tmpl" %} {% block title %} Report: {{hint|abbreviate:150}} - {{id}} - Penpot Error Report (v4) {% endblock %} {% block content %}

Hint:
{{hint}}

Reported at:
{{created-at}}

Kind:
{{kind}}

HREF:
{{href}}

CONTEXT:
{{context}}
{% if trace %}
TRACE:
{{trace}}
{% endif %}
{% endblock %}