{{ if eq .Page "index" }}
{{ template "index" . }}
{{ end }}
{{ if eq .Page "parse" }}
{{ template "parse" . }}
{{ end }}
{{ if eq .Page "about" }}
{{ template "about" . }}
{{ end }}