{% set post = __SELF__.post %} {% if post.featured_images.count %}
{% for image in post.featured_images %}
{% endfor %}
{% endif %}
{{ post.content_html|raw }}