@model BTCPayServer.Services.ThemeSettings @{ ViewData.SetActivePageAndTitle(ServerNavPages.Theme); }

@ViewData["Title"]

@Html.Partial("_StatusMessage", TempData["StatusMessage"])

Creative Start theme is used on top of Bootstrap

@section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") }