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

6 lines
135 B
Text
Raw Normal View History

2023-09-11 23:19:44 +02:00
<section>
<.note_list notes={@notes} layout={@channel.layout} />
2023-09-09 16:08:30 +02:00
2023-09-11 23:19:44 +02:00
<Flop.Phoenix.pagination meta={@meta} path={~p"/"} />
</section>