{{ template "base.html" . }} {{ define "title" }}{{ .Page.Title }}{{ end }} {{ define "description" }}{{ .Page.Summary }}{{ end }} {{ define "content" }} {{ .Page.Title }} {{ .Page.Type }}, {{ .Page.Created.Format "Jan 2, 2006" }}, on {{ .Config.Title }}'s blog {{ .Page.HTML }} Other notes {{ range random 20 .Pages }} {{ if and (eq .Type "note") (not .Draft) }} {{ range .Meta.tags }} {{ . }} {{ end }} {{ .Title }} {{ end }} {{ end }} {{ if .Page.Meta.mathjax }} {{ end }} {{ end }}
{{ .Page.Type }}, {{ .Page.Created.Format "Jan 2, 2006" }}, on {{ .Config.Title }}'s blog
Other notes