{# Reusable skeleton loading states #} {% macro kpi_skeleton() %}
{% endmacro %} {% macro chart_skeleton() %}
{% endmacro %} {% macro table_skeleton(rows=5) %} {% for i in range(rows) %}
{% endfor %} {% endmacro %}