{% code type NavItem struct { Name string Url string } %} {% func PrintNavItems(current string, items []NavItem) %} {% endfunc %}