public static HtmlString Navbar(this HtmlHelper html, NavOptions options) => html.Navbar(ViewUtils.NavItems, options);
public static HtmlString Navbar(this HtmlHelper html, List <NavItem> navItems) => html.Navbar(navItems, null);
public static HtmlString Navbar(this HtmlHelper html) => html.Navbar(ViewUtils.NavItems, null);