{{ define "main" }}

{{ .Title }}

{{ if .Params.author }} By: {{ .Params.author | default ""}}, {{ else }} {{ .Params.author | default "" }} {{ end }} {{ .Date.Format "Jan 2, 2006" }}
{{ if and (isset .Params "image") .Params.image }}
{{end}}
{{ .Content }}
{{ partial "disqus.html" . }} {{end}}