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

10 lines
189 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 %}
<div {{ react_component('GameGrid', {
grid: grid,
width: width,
middle: middle,
}) }}></div>
2026-01-31 15:17:24 +00:00
{% endblock %}