package main // pullquoteComponent renders the oxblood Playfair italic pull quote. The quote // itself is trusted rich text supplied by the editor; we render it inline // using templ.Raw so author-supplied emphasis is preserved. The attribution is // rendered as a plain-text small-caps cap below. templ pullquoteComponent(data PullquoteData) { }