{{define "head"}} {{ partial "head.html" . }} {{end}} {{define "main"}} {{$content := replaceRE `a href="\.\.\/(.+%20.+)+"` `$1` .Content}} {{$content = replace $content "%20" "-"}} {{$content = $content | safeHTML}}
{{partial "darkmode.html" .}} {{$content}}
{{partial "footer.html" .}}
{{end}}