{% if post.category %} {% endif %} {% if post.title != "" %}

{{ post.title }}

{% endif %}
{% if post.image %}
{{ post.image.alt | default: '' }}
{% endif %} {% unless include.full_post == false %}
{{ post.content }}
{% endunless %}