{% macro big_stat(stat_value, stat_name, stat_description=None, id=None) -%}

{{ stat_name }}

{{ stat_value }}
{{ stat_name }}
{% if stat_description %}
{{ stat_description }}
{% endif %}
{%- endmacro %}