package html type ReadmeComponentContext struct { Markdown string } templ readmeComponent(rcc ReadmeComponentContext) {
@templ.Raw(rcc.Markdown)
}