@using BTCPayServer.Controllers @model BTCPayServer.Controllers.UIServerController.CreateTemporaryFileUrlViewModel @{ ViewData.SetActivePage(ServerNavPages.Services, $"Create temporary file link"); }

@ViewData["Title"]

@if (!ViewContext.ModelState.IsValid) {
}
@section PageFootContent { }