mirror of
https://github.com/miawinter98/just-short-it.git
synced 2024-11-12 20:49:55 +00:00
14 lines
253 B
Plaintext
14 lines
253 B
Plaintext
@inherits LayoutComponentBase
|
|
|
|
@using JustShortIt.Components.Partials
|
|
|
|
<div class="flex flex-col min-h-screen">
|
|
<HeaderPartial />
|
|
|
|
<main class="flex-1 container mx-auto px-8 py-8 grid">
|
|
@Body
|
|
</main>
|
|
|
|
<FooterPartial />
|
|
</div>
|