description = "1 Column Blog" [viewBag] == {% for post in posts %}
{% set image = post.featured_images.first %}

{{ post.title }}

{{ post.published_at|date('M d, Y') }}

{{ post.summary|raw }}

{% endfor %}