{% extends "./common/layout.html" %} {% block title %}File Storage / Universe Admin{% endblock %} {% block content %}
{% include "./components/header.html" %}
{% include "./components/menu.html" %}
{% include "./components/files-empty.html" %}
{% endblock %}