package templates templ navTitle(title string) { { title } } templ navItem(name string, link string) {
  • { name }
  • } templ navActionItem(auth bool) {
  • if auth { } else { }
  • } templ Nav(auth bool) { }