{% macro stat_card(title, id, value=0, subtitle='') %}
{{ title }}

{{ value }}

{% if subtitle %} {{ subtitle }} {% endif %}
{% endmacro %}