@addTagHelper *, Meziantou.AspNetCore.BundleTagHelpers @inject BTCPayServer.Services.LanguageService langService @using Newtonsoft.Json @using Newtonsoft.Json.Linq @model PaymentModel @{ Layout = null; } @Model.HtmlTitle @if (Model.CustomCSSLink != null) { } @if (Model.IsModal) { }