{% if post.featured_images[0] %}
{{ post.featured_images[0].title }}
{% else %}
{% endif %}

{{ blogPost.post.title | raw }}

{{ blogPost.post.content_html | raw }}