{# Static card structure. When `task` is provided and truthy, title and meta are filled (server); otherwise empty for template clone / JS fill. .board-card-details is hidden on the small card and shown in the popout. #}
{% if task %}{{ task.title or 'Untitled' }}{% endif %}
{% if task and task.description %}{{ task.description }}{% else %}{% endif %}