5 lines
91 B
Twig
5 lines
91 B
Twig
{% extends "main_layout.html.twig" %}
|
|
|
|
{% block content %}
|
|
{{ table() }}
|
|
{% endblock %} |