{{ title|escape }}

Results from checkup run on {{ date }}

{% for severity in ["critical", "major", "potential"] %}

{{ severity.capitalize() }} issues:

{% if not tests[severity] %}

None found 👍

{% else %} {% endif %}
{% endfor %}