Files
thetempusproject/app/plugins/bookmarks/views/dash.html
2024-12-20 05:53:57 -05:00

11 lines
334 B
HTML

<div class="mb-4 mt-4">
<div class="offset-md-1 col-10 py-3 context-main-bg">
<legend class="text-center">MAnage</legend>
<hr>
{VIEW_OPTIONS}
<hr>
<div class="row g-3" data-masonry='{ "percentPosition": false }' id="bookmarkSort">
{folderPanels}
</div>
</div>
</div>