chiya/lib/chiya_web/controllers/page_html/home.html.heex
2023-09-09 10:24:22 +02:00

3 lines
97 B
Text

<%= if @channel do %>
<.note_list notes={@channel.notes} layout={@channel.layout} />
<% end %>