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

16 lines
200 B
Plaintext

@inherits LayoutComponentBase
<!-- <NavMenu3 />-->
<div class="page">
<Sidebar />
<main>
<article class="content px-4">
@Body
</article>
</main>
</div>