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

9 lines
221 B
Text

<.header titleclass="p-name">
<:title>Wiki</:title>
</.header>
<%= if @channel do %>
<div class="w-full mt-6 sm:w-auto flex flex-col gap-1.5">
<.note_list notes={@channel.notes} layout={:default} />
</div>
<% end %>