{{ define "title" }} {{ string "notifications" }} - {{ .Blog.Title }} {{ end }} {{ define "main" }}

{{ string "notifications" }}

{{ range $i, $notification := .Data.Notifications }}

{{ unixtodate $notification.Time }}

{{ md $notification.Text }}
{{ end }} {{ if .Data.HasPrev }}

{{ string "prev" }}

{{ end }} {{ if .Data.HasNext }}

{{ string "next" }}

{{ end }}
{{ end }} {{ define "notificationsadmin" }} {{ template "base" . }} {{ end }}