{% extends "layouts/main.html" %} {% block title %}File library — {% if brand is defined %}{{ brand.app_name }}{% else %}pyvelm{% endif %}{% endblock %} {% block page_title %}File library{% endblock %} {% block page_actions %} {% endblock %} {% block content %} {# Config in a
{# ───── Left: folder tree ───── #} {# ───── Center: header band + file area ───── #}
{# Child folders — navigable tiles. #} {# Files — rendered in the chosen view mode. #}

Files

{# GRID (tight thumbnails) #}
{# TILES (medium, icon + name + meta) #}
{# DETAILS (table) #}
Name Size
{# ───── Right: details slide-over ───── #} {# ───── File context menu ───── #}
{# ───── Folder context menu ───── #}
{# ───── New-folder dialog ───── #}

New folder

Inside

{# ───── Upload dialog ───── #}

Upload to

{% endblock %}