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

4 lines
97 B
Text
Raw Normal View History

2023-09-05 21:59:37 +02:00
<%= if @channel do %>
2023-09-09 10:24:22 +02:00
<.note_list notes={@channel.notes} layout={@channel.layout} />
2023-09-05 21:59:37 +02:00
<% end %>