{{ template "base.html" . }} {{ define "content" }} Notes / Posts Date Title {{ range .Pages }} {{ if and (not .Draft) (or (eq .Type "note") (eq .Type "post")) }} {{ .Created.Format "2006-01-02" }} {{ if (eq .Type "note") }} {{ end }} {{ .Title }} {{ if .Meta.tags }} {{ range .Meta.tags }}{{ . }}{{ end }} {{ end }} {{ end }} {{ end }} Visualizations and exploration of binary files {{ end }}