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

8 lines
101 B
Text
Raw Normal View History

2023-09-11 23:19:44 +02:00
<section>
<.note_list notes={@notes} />
2023-09-09 16:08:30 +02:00
</section>
2023-09-11 23:19:44 +02:00
<aside>
<.tag_bar notes={@notes} />
</aside>