{{ $class := .Param "paige.page.content.class" }} {{ $content := "" }} {{ if .Param "paige.page.title.hide" | not }} {{ $content = cond (.Scratch.Get "paige_show_full_pages" | not | not) .Content (.Content | replaceRE `()` `${1}#${3}` | safeHTML) }} {{ end }} {{ with $content }}
{{ . }}
{{ end }}