@model HomeViewModel; @{ ViewData["Title"] = "BTCPay Server"; } @section PageHeadContent { }

Welcome to your BTCPay Server

@if (Model.HasStore) {
} else {

To start accepting payments, set up a store and a wallet.

}