chiya/lib/chiya_web/controllers/page_html/channel.html.heex
2023-09-11 23:19:44 +02:00

7 lines
142 B
Text

<section>
<.note_list notes={@channel.notes} layout={@channel.layout} />
</section>
<aside>
<.tag_bar notes={@channel.notes} />
</aside>