{{ define "head"}} {{ .Title }} {{ if eq .Site.Params.version 1 }} {{ else if eq .Site.Params.version 2 }} {{ else if eq .Site.Params.version 3 }} {{ else }} {{ end }} {{ end }} {{ define "main" }} {{ if eq .Site.Params.version 3 }}

{{ .Title }}

{{.Content}}

Table of content

{{.TableOfContents}}
{{ template "_internal/disqus.html" . }}
{{ else }}

{{.Title}}

{{ dateFormat "Jan 2, 2006" .Date }} {{ if .Params.author }} {{ .Params.author }} {{ end }} {{ if .Site.Params.tweet }} {{ end }}
{{ if .Site.Params.showdescription }}
{{ .Params.description }}
{{ end }}
{{ with .Params.bg_image }} {{ end }}
{{ if .Params.toc }}
{{.TableOfContents}}
{{ end }}
{{.Content}}
Tags
{{ if .Params.tags }} {{ range .Params.tags }} {{ . }} {{ end }} {{ end }}
{{ template "_internal/disqus.html" . }}
{{ end }} {{ end }}