13 lines
271 B
Plaintext
13 lines
271 B
Plaintext
@inherits LayoutComponentBase
|
|
@using GPW.CORE.Smart.Components
|
|
|
|
<div class="page vh-100">
|
|
<main class="vw-100">
|
|
<CmpTop></CmpTop>
|
|
<article class="content p-2">
|
|
@Body
|
|
</article>
|
|
<NavBottom></NavBottom>
|
|
</main>
|
|
</div>
|