chiya/lib/chiya_web/controllers/page_html/note.html.heex
2023-03-13 03:26:39 +01:00

8 lines
192 B
Text

<.header>
<%= @note.name %>
<:subtitle><%= pretty_date(@note.published_at) %></:subtitle>
</.header>
<section class="prose mt-8">
<%= Markdown.render(@note.content) |> raw %>
</section>