{% if post.category is defined and post.category.name is defined %}
{{ post.category.name }}
{% endif %}
{{ post.title }}
{% set img = post.image is defined and post.image ? post.image : null %}
{% if img %}

{% endif %}
{% if post.tags is defined and post.tags %}