umogen-ng/src/Nyanlabs.Umogen.Server/Shared/MainLayout.razor
2023-11-18 07:20:30 +01:00

12 lines
199 B
Text

@inherits LayoutComponentBase
<PageTitle>umogen</PageTitle>
<Navi />
<div class="page">
<main>
<article class="content px-4">
@Body
</article>
</main>
</div>