@using BTCPayServer.Payments
@using Microsoft.AspNetCore.Mvc.TagHelpers
@using BTCPayServer.Abstractions.TagHelpers
@using BTCPayServer.Abstractions.Contracts
@using BTCPayServer.Client
@inject IFileService FileService
@model CheckoutAppearanceViewModel
@{
ViewData.SetActivePage(StoreNavPages.CheckoutAppearance, "Checkout Experience", Context.GetStoreData().Id);
var canUpload = await FileService.IsAvailable();
}
@section PageFootContent {