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

10 lines
198 B
Plaintext

@inherits LayoutComponentBase
<div class="d-flex flex-column min-vh-100">
<BaseNavMenu />
<main class="container flex-grow-1">
@Body
</main>
<MadeWithLoveFooter/>
</div>