{% extends "cms-default-theme/base.html" %} {% block content %}
{{post.excerpt.content | raw}}
{{post.body.content | raw}}
{% if post.attachements is not empty %}
{{ i18n('CmsExceptionResources', 'label.autenticated.private.post') }}
{% else %}{{ i18n('CmsExceptionResources', 'label.unautenticated.private.post') }} : {{ post.visibilityGroup }}
{% endif %} {% endif %} {% if site.canPost %}Edit this post. {% if site.isAdmin %}Admin this site.{% endif %}
{% endif %}