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

8 lines
142 B
Text
Raw Normal View History

2023-09-11 23:19:44 +02:00
<section>
<.note_list notes={@channel.notes} layout={@channel.layout} />
2023-09-09 14:37:26 +02:00
</section>
2023-09-11 23:19:44 +02:00
<aside>
<.tag_bar notes={@channel.notes} />
</aside>