{% include "common/content-bookend.tpl.html" ignore missing %} {% for Post in Content %}
{% if Post.preamble() %} {% endif %}
{{ Post.title }} Post icon
by {{ Post.editor }} on {{ Time.localString(Post.published) }} (GMT {{ Time.zoneOffset() }})
{% if Post.preamble() %} {{ Post.preamble() }} {% else %} {{ Post.parsedContent() }} {% endif %}
{% else %}
There is nothing to display in this view of "{{ Channel.name }}".
{% endfor %}