{% extends "base.html" %} {% load compress static hc_extras %} {% block title %}Status Badges - {% site_name %}{% endblock %} {% block content %}

Status Badges

{% site_name %} provides status badges for each of the tags you have used. Additionally, the "{% site_name %}" badge shows the overall status of all checks in a project. The badges have public, but hard-to-guess URLs. You can use them in your READMEs, dashboards or status pages.

{% if have_tags %} {% endif %} {% for urldict in badges %} {% if urldict.tag == "*" %} {% endif %} {% endfor %}
Tags
Overall Status
{{ urldict.svg }}
{% if have_tags %} {% endif %} {% for urldict in badges %} {% if urldict.tag == "*" %} {% endif %} {% endfor %}
Tags
Overall Status
{{ urldict.json }}
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}