btcpayserver/BTCPayServer/Views/Manage/_ViewStart.cshtml

4 lines
93 B
Text

@{
Layout = "../Shared/_NavLayout.cshtml";
ViewBag.MainTitle = "Manage your account";
}