ltbxd-actorle/templates/homepage/index.html.twig

10 lines
177 B
Twig
Raw Normal View History

2026-01-13 12:58:53 +00:00
{% extends 'base.html.twig' %}
2026-01-31 15:17:24 +00:00
{% block body %}
{{ react_component('GameGrid', {
grid: grid,
width: width,
middle: middle,
}) }}
2026-01-31 15:17:24 +00:00
{% endblock %}