mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
6 lines
118 B
Twig
Executable file
6 lines
118 B
Twig
Executable file
{% extends 'base.html.twig' %}
|
|
{% block bigMain %}
|
|
|
|
{% include 'default/main-screen.html.twig' %}
|
|
|
|
{% endblock %}
|