package web import "strings" templ base(title, description, keywords, canonical string, head templ.Component) { if title != "" && title != "Home" { { title } - Arav's dwelling } else { Arav's dwelling } if canonical != "" { } if head != nil { @head }
Arav's dwelling Welcome to my sacred place, wanderer @navigation(title)
{ children... }
} templ navigation(title string) { {{ sections := []string{"Stuff", "Mindflow", "About", "Guestbook"} }} {{ links := []templ.SafeURL{"/stuff", "/mindflow", "/about", "/guestbook"} }} }