{% extends "emails/base.html" %} {% block content %}
This is a notification sent by healthchecks.io.
The check {{ check.name_then_code }}
has gone {{ check.status|upper }}.
Here is a summary of all your checks:
{% include "emails/summary-html.html" %}Thanks,
The Healthchecks.io Team