{% comment %} Card Component - Unified Django Template Version of shadcn/ui Card A flexible card container with optional header, content, and footer sections. Uses design tokens for consistent styling. Usage Examples: Basic card with title: {% include 'components/ui/card.html' with title='Card Title' content='Card content here' %} Card with all sections: {% include 'components/ui/card.html' with title='Title' description='Subtitle' body_content='
Content
' footer_content='' %} Card with custom header: {% include 'components/ui/card.html' with header_content='{{ description }}
{% endif %} {% if header_content %} {{ header_content|sanitize }} {% elif header %} {{ header|sanitize }} {% endif %}