12 lines
199 B
Text
12 lines
199 B
Text
@inherits LayoutComponentBase
|
|
|
|
<PageTitle>umogen</PageTitle>
|
|
|
|
<Navi />
|
|
<div class="page">
|
|
<main>
|
|
<article class="content px-4">
|
|
@Body
|
|
</article>
|
|
</main>
|
|
</div>
|