19 lines
402 B
Plaintext
19 lines
402 B
Plaintext
@inherits LayoutComponentBase
|
|
|
|
<PageTitle>MP.Mon</PageTitle>
|
|
|
|
<div class="page">
|
|
<main>
|
|
<div class="top-row px-4 justify-content-between">
|
|
<CmpHeader></CmpHeader>
|
|
</div>
|
|
|
|
<article class="content p-0">
|
|
@Body
|
|
</article>
|
|
<div class="fixed-bottom bottom-row px-2">
|
|
<CmpFooter></CmpFooter>
|
|
</div>
|
|
</main>
|
|
</div>
|