{% if show_edit_button %}

{{ cover.title }}

{% else %}

{{ cover.title }}

{% endif %}
{% if cover.avatar_img %} {{ cover.avatar_alt }} {% else %} {% endif %}
{% if not show_edit_button %}

{{ cover.first_item.title }}

{{ cover.first_item.text|safe }}

{% endif %}