@page "/" @namespace Oqtane.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @using Microsoft.Extensions.Configuration @inject IConfiguration Configuration @model Oqtane.Pages.HostModel Oqtane @Html.Raw(@Model.Resources) @(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 (Configuration.GetSection("Runtime").Value == "WebAssembly") { } else { }