12 lines
399 B
Plaintext
12 lines
399 B
Plaintext
@page "/cms"
|
|
@rendermode InteractiveServer
|
|
@using AuthBlocksWeb.HierarchicalAuthorize
|
|
@attribute [HierarchicalRoleAuthorize("Admin")]
|
|
|
|
<PageTitle>DeepDrft CMS</PageTitle>
|
|
|
|
<MudContainer MaxWidth="MaxWidth.Large" Class="mt-8">
|
|
<MudText Typo="Typo.h3" GutterBottom="true">DeepDrft CMS</MudText>
|
|
<MudText Typo="Typo.body1">Administration panel — under construction.</MudText>
|
|
</MudContainer>
|