{% comment %} Card Component - Django Template Version of shadcn/ui Card Usage: {% include 'components/ui/card.html' with title='Card Title' content='Card content' %} Security: All content variables are sanitized to prevent XSS attacks. {% endcomment %} {% load safe_html %}
{{ description }}
{% endif %} {% if header_content %} {{ header_content|sanitize }} {% endif %}