{# Summary bar and stat macros — replaces inline style= attributes. #} {% macro summary_stat(value, label, variant='') %} {# Single stat block. variant: ok | warn | error | quiet (maps to CSS class). #}
{{ value }}
{{ label }}
{% endmacro %}