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

8 lines
240 B
Text
Raw Normal View History

<.header>
<:title><%= @channel.name %></:title>
<:subtitle><%= @channel.content %></:subtitle>
</.header>
2023-03-31 13:23:18 +02:00
<div class="w-full mt-6 sm:w-auto flex flex-col gap-1.5">
<.note_list notes={@channel.notes} layout={@channel.layout} />
</div>