{% extends "layout.html" %} {% block body %} {#- modal popup for when rename bookmark is clicked #} {#- modal popup for when delete bookmark is clicked #}

Bookmarks


{% for mark in bookmarks %} {%- else %} {%- endfor %}
{{mark.name}}
{% if mark.function == 'custom' %}{{mark.custom_uri|replace('smb://','')}}{{mark.path}}{%else%}{{mark.function}}/{{mark.path}}{%endif%}
You have no bookmarks yet. To create one, navigate to a folder and click 'Bookmark this folder'.
{% endblock %}