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

Welcome to your BTCPay Server

@if (!Model.HasStore) {

To start accepting payments, set up a store.

Create your store
}