{{ $class := .Param "paige.page.description_class" | default "lead text-center" }} {{ $description := cond (.Param "paige.page.hide_description" | not | not) "" (.Description | markdownify) }} {{ with $description }}
{{ . }}