{% if post.thumbnail %}
{% endif %}
{{ post.content|raw }}
{# or #}
{% for block in post.blocks %}
{% include 'block/'~block.name~'.html.twig' %}
{% endfor %}
{{ post.custom_fields.mention }}
{% for guide in guides %}
{% include 'guide.html.twig' with {props:guide} %}
{% endfor %}