{% extends "base.html" %} {% block title %}kvault — Browse{% endblock %} {% block content %}

Browse

{% if entity is defined %} {% include "partials/entity_content.html" %} {% else %}

Select an item from the tree.

{% endif %}
{% endblock %}