@using Abp.Configuration @using WeApp.Configuration @using WeApp.Helpers @{ } @(L("Home")) @Html.Action("UserMenu", "Layout") @if (ShowLang()) { @Html.Action("LanguageChange", "Layout") } @using (Html.BeginScripts()) { }