{% for Post in Content %}
{% if Post.keywords %} {% endif %}
{{ Post.title }} Post icon
created on {{ Time.localString(Post.created) }} (GMT {{ Time.zoneOffset() }}) by {{ Post.author }}
edited on {{ Time.localString(Post.published) }} (GMT {{ Time.zoneOffset() }}) by {{ Post.editor }}
{{ Post.parsedContent() }}
- Tags for this post
{%- for keyword in Post.keywords -%} {%- if loop.index0 > 0 -%} , {%- endif %} {{- keyword -}} {%- endfor -%}
{% else %}
There is nothing to display in this view.
{% endfor %}