Files
thetempusproject/app/plugins/bookmarks/views/dash.html
Joey Kimsey a1c849a626 wip
2024-12-11 07:49:48 -05:00

17 lines
407 B
HTML

<div class="row">
<div class="offset-md-2 col-4 py-3">
<legend class="">Unsorted Bookmarks</legend>
{bookmarksList}
</div>
<div class="col-4 py-3">
<legend class="">Folders List</legend>
{foldersList}
</div>
</div>
<div class="row">
<div class="offset-md-2 col-8 py-3">
<legend class="">Bookmarks</legend>
{folderPanels}
</div>
</div>