mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-12-30 23:37:09 +01:00
16 lines
169 B
Plaintext
16 lines
169 B
Plaintext
@inherits LayoutComponentBase
|
|
|
|
|
|
<div >
|
|
<NavRegistrierung />
|
|
|
|
<main class="container">
|
|
|
|
|
|
@Body
|
|
|
|
</main>
|
|
|
|
<Footer />
|
|
</div>
|