chiya/lib/chiya_web/controllers/page_html/channel.html.heex
2023-09-09 10:24:22 +02:00

8 lines
No EOL
232 B
Text

<header class="page-header">
<h1><%= @channel.name %></h1>
<p><%= Markdown.render(@channel.content) |> raw %></p>
</header>
<div class="w-full mt-6 sm:w-auto flex flex-col gap-1.5">
<.note_list notes={@channel.notes}/>
</div>