14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
@using BTCPayApp.UI.Components.Layout
|
|
@inherits _Layout
|
|
|
|
<div id="MainLayout" class="layout">
|
|
<SectionOutlet SectionId="Top" />
|
|
<NavbarBottom />
|
|
<main id="MainContent">
|
|
<SectionOutlet SectionId="MainTop" />
|
|
@Body
|
|
<SectionOutlet SectionId="MainBottom" />
|
|
</main>
|
|
<SectionOutlet SectionId="Bottom" />
|
|
</div>
|