@inject IOptions Instance @inject IOptionsSnapshot Security @using Iceshrimp.Backend.Core.Configuration @using Iceshrimp.Backend.Core.Extensions @using Iceshrimp.Backend.Core.Middleware @using Microsoft.Extensions.Options @(ViewData["title"] ?? "Iceshrimp.NET") @* ReSharper disable Html.PathError *@ @* ReSharper restore Html.PathError *@ @await RenderSectionAsync("styles", false) @await RenderSectionAsync("head", false) @RenderBody() @await RenderSectionAsync("scripts", false)