{{ define "main"}}

{{ .Title }}

{{ partial "header.html" . }} {{ if not .Date.IsZero }} {{ $singlePageDateFormat := .Site.Params.singlePageDateFormat | default "January 2, 2006"}}

Published on

{{ end }}
{{ .Content }}

Have you published a response to this? :

{{ $webmentionjs := resources.Get "js/webmention.min.js" }} {{ partial "footer.html" . }} {{ end }}