{{ template "AJAXpost" . }} {{ define "AJAXpost" }} {{ $post := .PostsSublist.GetPostById .Number }}
C:\blog\{{ $post.Title }}\> |
{{ if ne .AccessLvl 0 }}
{{ template "ContentControl" . }}
{{ end }} {{ if ne $post.Tags "" }}
{{ range SplitString $post.Tags " " }}{{ . }} {{ end }} | Опубликовано: {{ $post.PostingTime }} -- Обновлено: {{ $post.UpdateTime }}
{{ end }}
{{ $post.Body }}
{{ template "mail" . }} {{ if ne .Number 1 }} {{ $nextPost := .PostsSublist.GetPostById (add .Number -1) }} {{ end }} {{ template "footer" . }} {{ end }} {{ define "ContentControl" }} {{ $post := .PostsSublist.GetPostById .Number }} Управление контентом:
🗑️
🖍️ {{ end }}