{% for Post in Posts %} {{ Post.title }} Post icon by {{ Post.author }} on {{ Time.asRFC2822(Post.published) }} (GMT {{ Site.localTimeZoneOffset }}) {% if User.has(Right.toEdit, Channel.name) %} | Edit {% endif %} {% if User.has(Right.toDelete, Channel.name) %} | Delete {% endif %} {{ Post.content }} {% endfor %}