package template import "bilinovel-downloader/model" templ ContentXHTML(content *model.Chapter) { @templ.Raw(``) @templ.Raw(``) { content.Title } @templ.Raw(``)

{ content.Title }

@templ.Raw(`
`)
@templ.Raw(content.Content)
}