chiya/lib/chiya_web/controllers/page_html/bookmarks.html.heex
2023-09-09 16:08:30 +02:00

13 lines
264 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_bar notes={@notes} />
</aside>
</section>