9 lines
204 B
Text
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>
|