{# Card Component - Reusable card macro for consistent styling #} {% macro card(title=None, subtitle=None, icon=None, class="", footer=None, highlight=False) %}
{{ subtitle }}
{% endif %}{{ label }}
{{ value }}
{% if subtitle %}{{ subtitle }}
{% endif %} {% if trend is not none and trend_label %} {% set _trend_good = (trend < 0) if trend_up_is_bad else (trend > 0) %}{{ '▲' if trend > 0 else ('▼' if trend < 0 else '•') }} {{ '+' if trend > 0 else '' }}{{ trend }}% {{ trend_label }}
{% endif %}{{ description }}
{% endif %} {% if action_text and action_url %} {{ action_text }} {% endif %}{{ description }}