{{ template "static" }}
{{ template "static-meta" }}
Welcome to Micrach
{{range $Post := .}}
{{ $length := len $Post.Files }} {{ if gt $length 0 }} {{$FirstFile := index $Post.Files 0}}
{{end}}
{{$Post.Title}}
{{$Post.Text}}
Open
{{end}}