{{ define "main" }}

{{ .Title }}

{{ if .Params.toc }}
Table of Contents
{{ .TableOfContents }}
{{ end }} {{- partial "page-status.html" . -}} {{- .Content | replaceRE "

" "

" | replaceRE "

Updated {{ if .Params.updated }} {{ dateFormat "2 January 2006" .Params.updated }} {{ else }} {{ dateFormat "2 January 2006" .Params.date }} {{ end }}
View Source

{{ if .Params.syntax }} {{ end }} {{ end }}