15 lines
276 B
Text
15 lines
276 B
Text
@inherits LayoutComponentBase
|
|
|
|
<PageTitle>MeowStash</PageTitle>
|
|
|
|
<div class="page">
|
|
<main>
|
|
<div class="top-row px-4">
|
|
meow
|
|
</div>
|
|
|
|
<article class="content px-4">
|
|
@Body
|
|
</article>
|
|
</main>
|
|
</div>
|