chiya/lib/chiya_web/controllers/page_html/wiki.html.heex
2023-09-09 16:08:30 +02:00

14 lines
281 B
Text

<header class="page-header">
<h1><%= @channel.name %></h1>
<p><%= Markdown.render(@channel.content) |> raw %></p>
</header>
<section class="page-grid">
<section>
<.note_list notes={@notes} />
</section>
<aside>
<.tag_bar notes={@notes} />
</aside>
</section>