@page "/" @namespace Oqtane.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @using Microsoft.Extensions.Configuration @inject IConfiguration Configuration @model Oqtane.Pages.HostModel Oqtane @Html.Raw(@Model.HeadResources) @(Html.AntiForgeryToken())
An error has occurred. This application may no longer respond until reloaded. An unhandled exception has occurred. See browser dev tools for details. Reload 🗙
@if (Model.Message != "") { @Model.Message } @if (Configuration.GetSection("Runtime").Value == "WebAssembly") { } else { } @Html.Raw(@Model.BodyResources)