{% 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}}

Origin:
{{origin}}

HREF:
{{href}}

CONTEXT:
{{context}}
{% if report %}
REPORT:
{{report}}
{% endif %}
{% endblock %}