sloanelybutsurely.com/lib/web/controllers/post_html/show_blog.html.heex
2025-03-25 21:54:52 -04:00

9 lines
204 B
Text

<article>
<header class="mb-2">
<h1 class="text-2xl font-bold">{@blog.title}</h1>
</header>
<p>{@blog.body}</p>
<%!-- <footer class="mt-4 border-t border-gray-200"></footer> --%>
</article>