{ doc.Title }
if len(doc.TOC) > 0 {On this page ▼
for _, item := range doc.TOC { { item.Title } }
@UnsafeHTML(doc.Content).ToComponent()
package templates import "fmt" templ DocsLayout(nav Navigation, doc Document, user User, currentPath string) {