@using BlueWest.Views.Utils @{ Layout = null; var menu = LayoutCache.GetDefaultFooterMenu(ViewData); } @if (menu.Count > 0) { }