description = "Post Template" [viewBag] == {% for post in posts %}

{{ post.title }}

Written by Lionfish Team , {{ post.published_at|date('d M Y') }}

{% set image = post.featured_images.first %} {{ image.description }}

{{ post.summary|raw }}

Read more
{% endfor %}