{% if post.reactions.bookmark %} {% for reaction in post.reactions.bookmark %} {% if post.title|length %}

{{ post.title }}

{{ reaction }}

{% else %}

{{ reaction }}

{% endif %} {% endfor %} {% endif %} {% if post.reactions.reply %} {% for reaction in post.reactions.reply %}

{{ reaction }}

{% endfor %} {% endif %} {% if post.reactions.repost %} {% for reaction in post.reactions.repost %} {% if post.title|length %}

{{ post.title }}

{{ reaction }}

{% else %}

{{ reaction }}

{% endif %} {% endfor %} {% endif %} {% if post.reactions.fav %} {% for reaction in post.reactions.fav %} {% if post.title|length %}

{{ post.title }}

{{ reaction }}

{% else %}

{{ reaction }}

{% endif %} {% endfor %} {% endif %}