+ {{.Date.Format "January 2, 2006"}} ∙
+ {{ $taxonomy := "tags" }} {{ with .Param $taxonomy }}
+ {{ range $index, $tag := . }} {{ with $.Site.GetPage (printf "/%s/%s"
+ $taxonomy $tag) -}}
+ {{ $tag | urlize }}
+ {{- end -}} {{- end -}}
+ {{ end }}
+
+ {{ end }}
+
+ {{ partial "header.html" . }}
+
+
+ {{- block "main" . }}
+ {{ .Content }}
+ {{- end }}
+ {{ if eq .Section "posts" }}
+
+
+