package templates import ( "git.preston-baxter.com/Preston_PLB/capstone/frontend-service/db/models" ) templ navTitle(title string) { { title } } templ navItem(name string, link string) {
  • { name }
  • } templ navActionItem(auth bool) {
  • if auth { } else { }
  • } templ Nav(user *models.User) { }