{% extends admin_config.templates ~ "/base.html" %} {% block title %}Content Browser{% endblock %} {% set active_page = 'list' %} {% block content %}
{# ── Page header ── #}

Content

Browse and manage your content files.

{# ── Breadcrumb navigation ── #} {# ── File / directory table ── #}
Name Size Modified Actions
Loading…
{% endblock %} {% block scripts %} {% endblock %}