{{ $authors := cond (.Param "paige.page.hide_authors" | not | not) "" (partial "paige/func-authors.html" .) }} {{ $authorsclass := .Param "paige.page.authors_class" | default "text-center text-secondary" }} {{ $gap := "mb-0" }} {{ $date := cond (.Param "paige.page.hide_date" | not | not) "" .PublishDate }} {{ $dateclass := .Param "paige.page.date_class" | default "text-center text-secondary" }} {{ with $authors }}
{{ end }} {{ with $date }}{{ end }}