<div class="epigraph"> <blockquote> {{ $t := .Get "type" }} {{ if eq $t "compact" }}{{ .Inner }}{{ else }}<p>{{ .Inner }}</p>{{ end }} {{ if .IsNamedParams }} <footer> {{ with .Get "pre" }}{{ . }}{{ end }} {{ with .Get "cite" }}<cite>{{ . }}</cite>{{ end }} {{ with .Get "post" }}{{ . }}{{ end }} </footer> {{ end }} <blockquote> </div>