10 lines
262 B
Plaintext
10 lines
262 B
Plaintext
|
<main class="px-8 py-4 sm:p-6 lg:p-8">
|
||
|
<.flash_group flash={@flash} />
|
||
|
<h1 class="w-fit text-2xl pb-4 mb-8 border-b border-solid">
|
||
|
<a class="no-underline" href="/">Joshua Potter</a>
|
||
|
</h1>
|
||
|
<div class="pr-8">
|
||
|
<%= @inner_content %>
|
||
|
</div>
|
||
|
</main>
|