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

14 lines
269 B
Plaintext

@inherits LayoutComponentBase
<div class="page">
<main class="">
<NavMenu3 />
<article class="container ">
<div class="">
@Body
</div>
</article>
</main>
@* <MadeWithLoveFooter/> *@
</div>