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

13 lines
203 B
Plaintext

@inherits LayoutComponentBase
<div class="page" >
<Sidebar/>
<main class="bg-primary-subtle">
<article class="content px-4">
@Body
</article>
</main>
</div>