{# Profile card region — v0.61.55 (#892). Single-record identity panel: avatar (img or initials fallback) + primary name + secondary meta line + 3-up stat grid + bulleted facts list. Resolved server-side; the template is logic-less and relies on autoescape for safety. The region's `filter:` should narrow to one record (typically `id = current_context`); the runtime takes the first item. Card safety: region emits zero chrome + zero title. The dashboard slot owns both via region_card. v0.62 CSS refactor: inline Tailwind → semantic .dz-profile-* classes (components/regions.css). Stats grid responsive at 40rem container width. #} {% from 'macros/region_wrapper.html' import region_card %} {% call region_card(title) %}
{{ profile_card_data.secondary }}
{% endif %}{{ empty_message | default("No profile data available.") }}
{% endif %}