@templ.Raw(params.HighlightEvent.Comment)
}
if params.HighlightEvent.MarkedContext != "" { @templ.Raw(params.HighlightEvent.MarkedContext) } else { @templ.Raw(params.Content) }
package main import "html/template" type HighlightPageParams struct { BaseEventPageParams OpenGraphParams HeadParams Details DetailsParams Content template.HTML HighlightEvent Kind9802Metadata Clients []ClientReference } templ highlightInnerBlock(params HighlightPageParams) {
if params.HighlightEvent.MarkedContext != "" { @templ.Raw(params.HighlightEvent.MarkedContext) } else { @templ.Raw(params.Content) }