2024-06-13 04:46:24 +00:00
|
|
|
<div class="row center-align">
|
2024-06-13 06:35:40 +00:00
|
|
|
<h1><i class="@icon page-heading-icon"></i></h1>
|
|
|
|
</div>
|
|
|
|
<div class="row center-align">
|
|
|
|
<h3 class="page-heading">
|
|
|
|
@title
|
2024-06-13 04:46:24 +00:00
|
|
|
</h3>
|
|
|
|
</div>
|
|
|
|
<div class="row center-align">
|
|
|
|
<p>@Description</p>
|
|
|
|
</div>
|
|
|
|
<div class="space"></div>
|
|
|
|
|
|
|
|
@code {
|
|
|
|
[Parameter]
|
|
|
|
public string icon { get; set; }
|
|
|
|
[Parameter]
|
|
|
|
public string title { get; set; }
|
|
|
|
[Parameter]
|
|
|
|
public RenderFragment Description { get; set; }
|
|
|
|
}
|