{% macro card(title=None, body=None, footer=None, image=None, class="") %} {# DaisyUI Card Component Args: title: Card title body: Card body content (can be HTML) footer: Card footer content (can be HTML) image: Image URL for card-top image class: Additional CSS classes #}
{{ body }}
{% endif %} {% if caller %} {{ caller() }} {% endif %}