package view templ BinPreviewPage(id, content string) { @base("bin@" + id) { @templ.Raw(content) } } templ BinEditorPage() { @base("bin") {
} }