[viewBag] == {{ post.title }} {% set post = __SELF__.post %}

{{ post.title }}

{% if post.featured_images.count %} {% endif %}
{{ post.content_html|raw }}

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