2026-03-19 22:14:19 +00:00

5 lines
177 B
Plaintext

<div class="space-y-8">
<a href={@base_path} class="text-sm text-primary hover:underline">&larr; Back to posts</a>
<.post_show post={@post} base_path={@base_path} />
</div>