{{ template "posts_ajax" . }} {{ define "posts_ajax" }}

posts sorted by create time

{{ range $ind, $post := .posts }}

{{ $post.Preview }}

read more

create time: {{ $post.Timestamp }}

{{ end }}
<- {{ .pageNumberInc }}/{{ .pagesCount }} ->
{{ end }}