sloanelybutsurely.com/lib/cms_web/controllers/post_html/show.html.heex
2025-02-22 12:35:49 -05:00

5 lines
175 B
Text

<header class="flex flex-row justify-between">
<h1>{@post.title}</h1>
<.link :if={@admin?} href={~p"/admin/posts/#{@post}"}>edit</.link>
</header>
<p>{@post.contents}</p>