@page @using Microsoft.AspNetCore.Http.Extensions @using Microsoft.AspNetCore.Mvc.Localization @using KonSoft.Pages @using KonSoft.Shared.Localization.Localization @using Volo.Abp.Users @using Volo.Abp.AspNetCore.Mvc.UI.Theming @using Volo.Abp.Ui.Branding @model IndexModel @inject IHtmlLocalizer L @inject ICurrentUser CurrentUser @inject IBrandingProvider BrandingProvider @inject ITheme Theme @{ Layout = Theme.GetEmptyLayout(); } @section styles { }