@page @inherits Acme.BookStore.Web.Pages.BookStorePageBase @model Acme.BookStore.Web.Pages.IndexModel @section styles { } @section scripts { } @L["Welcome"]

@L["LongWelcomeMessage"]

@if (!CurrentUser.IsAuthenticated) {

@L["Login"]

}

abp.io