{{ template "static" }}
{{ template "static-meta" }}
Welcome to Micrach
{{ template "post-form" .FormData }}
{{ range $Post := .Threads }}
{{ $length := len $Post.Files }} {{ if gt $length 0 }} {{ $FirstFile := index $Post.Files 0 }}
{{ end }}
{{ if ne $Post.Title "" }}
{{$Post.Title}}
{{ end }}
{{$Post.Text}}
Open
{{ end }}
{{ $ActivePage := .Page }} {{ range $i := Iterate .PagesCount }}
{{ $i }}
{{ end }}