Files
ltbxd-actorle/templates/homepage/index.html.twig
2026-03-28 13:19:13 +01:00

10 lines
177 B
Twig

{% extends 'base.html.twig' %}
{% block body %}
{{ react_component('GameGrid', {
grid: grid,
width: width,
middle: middle,
}) }}
{% endblock %}