{% import "macros/icons.html" as icons %} {% extends layout %} {% block head_title_content %}Themes ยท {{ super() }}{% endblock %} {% block main %}

Themes

{{ icons.plus('w-4 h-4') }}
{% include "admin/themes/table.html" %} {% endblock %}