mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
6 lines
177 B
Text
6 lines
177 B
Text
@model BTCPayServer.Components.UIExtensionPoint.UiExtensionPointViewModel
|
|
|
|
@foreach (var partial in Model.Partials)
|
|
{
|
|
await Html.RenderPartialAsync(partial, Model.Model);
|
|
}
|