{# Coffee House Stat Card — Metric display with accent border. Usage: {% with stat_label="Total Users", stat_value="1,234", stat_accent="primary", stat_desc="+12 this week" %} {% include "components/stat_card.html" %} {% endwith %} Accents: "primary", "success", "warning", "error", "info", "neutral" #}
{{ stat_label | default("Metric") }}
{{ stat_value | default("0") }}
{% if stat_desc is defined and stat_desc %}
{{ stat_desc }}
{% endif %}