@model Pilotfish.Afx.Models.ConsoleModel @using Pilotfish.Afx.ComponentModel @using Pilotfish.Afx.Security @using Pilotfish.Afx.Mvc @{ var browserTitle = "Legiti-mate > " + ViewBag.Controller + " > " + ViewBag.Page; if (!string.IsNullOrEmpty(Model.BrowserTitle)) { browserTitle = Model.BrowserTitle; } } @**@ @browserTitle @Html.Partial("_Urls") @RenderBody()

@Html.Partial("Templates/_WorkflowLanderPickerTemplates") @if(Request.IsAuthenticated) { }