{% if image or initials %}
{% if image %} {{ title }} {% else %} {{ initials }} {% endif %}
{% endif %}
{% if title %}

{{ title }}

{% endif %} {% if subtitle %}

{{ subtitle }}

{% endif %}