{% macro stat_card(label, value) -%}
{{"{:,d}".format(value)}} {{label}}
{%- endmacro %}