{% block heading %}Library{% endblock %}
{% block library_content %}{% endblock %}
{% extends "base.html" %} {% from "_macros.html" import icon %} {# The library shell. Keeps the chat sidebar rather than having its own like the admin area does: administration is a different place, but a library is part of using the thing — you go there mid-conversation to add a document and come straight back. #} {% block head %} {% endblock %} {% block body_attrs %} data-authenticated="true"{% endblock %} {% block body %}