exciting-aftermath/Portfolio.WebUI.Server/Components/Layout/MainLayout.razor

11 lines
222 B
Plaintext

@inherits LayoutComponentBase
<div class="page bg-primary-subtle">
<main class="h-100 w-100">
<NavMenu3 />
<article class="container m-auto">
@Body
</article>
</main>
</div>