20 lines
562 B
Plaintext
20 lines
562 B
Plaintext
@inherits LayoutComponentBase
|
|
|
|
<RadzenLayout>
|
|
<RadzenBody>
|
|
<div>
|
|
@* <RadzenText Text="@($"{_configService?.GetConfig()?.ProjectName}")"></RadzenText> *@
|
|
<RadzenText Text="@("Project Name")"></RadzenText>
|
|
</div>
|
|
<div style="margin:0; padding:0;">
|
|
@Body
|
|
</div>
|
|
</RadzenBody>
|
|
<RadzenFooter>
|
|
<div>
|
|
<RadzenLabel Text="@("Copyright © 2025, SystemX Inc. All rights reserved.")"></RadzenLabel>
|
|
</div>
|
|
</RadzenFooter>
|
|
</RadzenLayout>
|
|
<RadzenComponents />
|