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

@ViewData["Title"]

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