mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-11-10 15:57:21 +01:00
13 lines
182 B
Plaintext
13 lines
182 B
Plaintext
@inherits LayoutComponentBase
|
|
|
|
<div>
|
|
<NavMenu />
|
|
|
|
<main class="container">
|
|
|
|
<article class="content px-4">
|
|
@Body
|
|
</article>
|
|
</main>
|
|
</div>
|