Files
Froxlor/templates/Froxlor/user/table.html.twig
2022-02-20 18:00:59 +01:00

10 lines
211 B
Twig

{% extends "Froxlor/userarea.html.twig" %}
{% block content %}
{% import "Froxlor/table/table.html.twig" as table %}
{{ table.table(table_options, api_response, '#', table_options.title) }}
{% endblock %}