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

{{ post.title }}

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

{{ post.summary|raw }}

Button
{% endfor %}