@using zotanpw.Backend @{ var title = ViewData.ContainsKey("subtitle") ? $"zotan.pw >> {ViewData["title"]} >> {ViewData["subtitle"]}" : $"zotan.pw >> {ViewData["title"]}"; if (string.IsNullOrEmpty(ViewData["og-title"] as string)) ViewData["og-title"] = title; } @title @await RenderSectionAsync("head", false)
@RenderBody()
@await RenderSectionAsync("prefooter", false)

--- Served by @Environment.MachineName running zotan.pw-web @Utils.Version on .NET @Environment.Version ---

@await RenderSectionAsync("postfooter", false)