{% load brickwork_components brickwork_icons %} {% comment %} Card (CMP-014 to CMP-017): the elevated composition surface. Structural, so it is consumed via {% include %} (like _page_header.html and _data_table.html). Unfilled regions emit NO markup (AC-BW-070). Appearance: docs/APPEARANCE.md (icvoss/django-brickwork#535). This is the finished card contract: no further appearance axes are planned for _card.html. Named blocks (semver-public, BR-BW-TPL-001), in document order: media, header, title, actions, body, footer: concise names (ADR-077). `media` is new with the appearance suite; the rest since 3.4.0. card_header, card_title, card_actions, card_body, card_footer: DEPRECATED, removed at 4.0 (ADR-077 SS4). Kept as empty extension points. DUAL CONSUMPTION on `title` (icvoss/django-brickwork#398): the `title` block also renders a `title` context variable in
{{ body }}
{% endif %}{% endblock %} {% block card_body %}{% endblock %} {% block footer %}{% if footer_recipe and footer_recipe != "none" and caption %}{% endif %}{% endblock %} {% block card_footer %}{% endblock %} {% if href %}{% else %}