{% if cover.avatar_img %}
{{ cover.avatar_alt }}
{% endif %}
{% for item in cover.ordered_entries %} {% if show_edit_button %} {% include cover.templates.item %} {% else %} {% if forloop.counter > 1 %} {# In non-edit mode the first item is special because it floats around the avatar profile image #}

{{ item.title }}

{{ item.text|safe }}
{% endif %} {% endif %} {% endfor %}
{% if show_edit_button %}
{% endif %}