{% if show_category == "true" %}
{% endif %}
{% if show_date == "true" %}
{{item.post.date|ucdate("d F Y")|raw}}
{% endif %}
{% if show_title == "true" %}
{{item.post.title|raw}}
{% endif %}
{% if show_intro == "true" %}
{{item.post.intro_full|truncate(intro_number_of_characters)|raw}}
{% endif %}
{% if show_button == "true" %}
{% endif %}