{% extends "cms-default-theme/base.html" %} {% block content %} {% for post in pagination.posts %}
{{ post.creationDate|formatDate("MMMM d, Y, H:m") }} by {{post.createdBy.name}}
{{post.excerpt.content | raw}}
{{post.body.content | raw}}
{{ i18n('CmsExceptionResources', 'label.private.post') }}