description = "Blog Post" [viewBag] ==
{% set image = post.featured_images.first %}
{{ image.description }}

{{ post.title}}

{{ post.content_html|raw }}
Posted{% if post.categories.count %} in {% for category in post.categories %} {{ category.name }}{% if not loop.last %}, {% endif %} {% endfor %} {% endif %} {{ post.published_at|date('d M Y') }}