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