@{ var items = TocItem.Create(Metadata.GetList("toc")); items.Add(new TocItem { Title = "Back to top", Link = "#" }); ViewBag.ShowChildren = true; }