{{ template "sidebar.gohtml" . }}
{{ if eq .PageView "index-intro.gohtml" }}
{{ template "index-intro.gohtml" . }}
{{ else if eq .PageView "post-list.gohtml" }}
{{ template "post-list.gohtml" . }}
{{ else if eq .PageView "post.gohtml" }}
{{ template "post.gohtml" . }}
{{ else if eq .PageView "index-links.gohtml" }}
{{ template "index-links.gohtml" . }}
{{ else if eq .PageView "error.gohtml" }}
{{ template "error.gohtml" . }}
{{ end }}