chiya/lib/chiya_web/controllers/page_html/bookmarks.html.heex
2023-09-09 14:37:26 +02:00

14 lines
266 B
Text

<header class="page-header">
<h1><%= Enum.count(@notes) %> Bookmarks</h1>
</header>
<section class="page-grid">
<section>
<.note_list notes={@notes} layout={@channel.layout} />
</section>
<aside>
<.tag_list notes={@notes} />
</aside>
</section>