chiya/lib/chiya_web/controllers/page_html/note.html.heex

9 lines
192 B
Text
Raw Normal View History

<.header>
2023-03-13 03:26:39 +01:00
<%= @note.name %>
<:subtitle><%= pretty_date(@note.published_at) %></:subtitle>
</.header>
2023-03-13 03:26:39 +01:00
<section class="prose mt-8">
<%= Markdown.render(@note.content) |> raw %>
</section>