{% macro SkeletonLines(with_title=True, nb_lines=4) -%}
 
{% for _ in range(nb_lines - 1) -%}
 
{%- endfor %}
{%- endmacro %} {% macro SkeletonBlock(icon=None) -%} {{html_tag("div", class_="grid h-full animate-pulse place-items-center rounded-lg bg-gray-300 text-xxl text-gray-500", **kwargs)}} {% if icon %}<{Icon icon}/>{% endif %} {%- endmacro -%} {% macro SkeletonCard() -%} {%- endmacro %} {% macro SkeletonList() -%} {%- endmacro %} {% macro SkeletonTable() -%} {%- endmacro %}