{{ partial "head.html" . }} {{ partial "nav.html" . }}
{{ if eq .Type "post" }} {{ partial "post.html" . }} {{ else if eq .Type "page" }} {{ partial "page.html" . }} {{ else }} NO MATCHING PARTIAL {{ end }} {{ if .Site.DisqusShortname }}
{{ template "_internal/disqus.html" . }}
{{ end }}
{{ partial "footer.html" . }}