{#- Shared card markup. stat_row lays out the summary-number tiles the traffic and project views open with; card renders one titled card from the caller's body (the health grid). -#} {% macro stat_row(stats) -%}
{%- for stat in stats %}
{{ stat.value }}
{{ stat.label }}
{%- endfor %}
{%- endmacro %} {% macro card(title) -%}

{{ title }}

{{ caller() }}
{%- endmacro %}