{% from "_partials/brand_glyph.html" import brand_glyph %} {% set _theme = default_theme() %} {% block title %}{{ library_name() }}{% endblock %} {% block header %}
{% endblock %} {% block main %}
{% block content %}{% endblock %}
{% endblock %} {% block footer %}{% endblock %} {% if user %}

Customize nav shortcuts

Up to 5 quick-access links shown in the nav. Your changes are stored in this browser only.

{% endif %} {% block scripts %}{% endblock %}