{# Stat card for dashboard metrics. Usage: {% include "_stat_card.html" with label="Services" value=12 color="brand" %} #}
{{ label }} {% if icon %}{{ icon }}{% endif %}

{{ value }}

{% if subtitle %}

{{ subtitle }}

{% endif %}