@Model.Title
@if (Model.CustomCSSLink != null)
{
}
@if (!Context.Request.Query.ContainsKey("simple"))
{
@*We need to make sure btcpay.js is not bundled, else it will not work if there is a RootPath*@
}
@if (!string.IsNullOrEmpty(Model.EmbeddedCSS))
{
}
@if (Context.Request.Query.ContainsKey("simple"))
{
@await Html.PartialAsync("Crowdfund/MinimalCrowdfund", Model)
}
else
{
if (Model.AnimationsEnabled)
{
}
@await Html.PartialAsync("Crowdfund/VueCrowdfund", Model)
}