{{ range $i, $Post := .V.posts }} {{ if gt $i 0 }}
{{ end }}

{{ $Post.Title }}

{{ if $Post.Sticky }}[sticky]{{ end }} {{ if ne $Post.Privacy "public" }} [{{ $Post.Privacy }}] {{ end }} {{ $Post.CreatedAt.Format "January 2, 2006" }} {{ if ($Post.UpdatedAt.After $Post.CreatedAt) }} (updated {{ $Post.UpdatedAt.Format "January 2, 2006" }}) {{ end }} {{ if $Post.Author.Name }} by {{ $Post.Author.Name }} {{ end }}

{{ $Post.PreviewHTML }}
Tags: {{ range $tag := $Post.Tags }} #{{ $tag.Tag }} {{ end }}
{{ if $.CurrentUser.IsAdmin }}
Admin: [ edit | delete ]
{{ end }} {{ end }} {{ if .V.paging }}
Page {{ .V.paging.Page }} of {{ .V.paging.Pages }}
{{ if .V.paging.PreviousPage }} Newer posts {{ end }} {{ if .V.paging.NextPage }} Older posts {{ end }}
{{ end }}