{{ define "main" }}

{{ .Title }}

{{ .Content }} {{ $files := readDir "/static/images/screenshots/" }} {{ range $index, $element := $files }} {{ $fileTitle := (index (split .Name "-") 1) }} {{ $fileTitle := (index (split $fileTitle ".") 0) }} {{ end }} {{ end }} {{ define "scripts" }} {{ end }}