caisse-bliss/app/Resources/views/default/index.html.twig

7 lines
118 B
Twig
Raw Normal View History

2018-04-04 16:25:25 +02:00
{% extends 'base.html.twig' %}
2018-05-04 14:50:08 +02:00
{% block bigMain %}
2018-04-18 14:21:58 +02:00
2018-05-04 14:50:08 +02:00
{% include 'default/main-screen.html.twig' %}
2018-04-19 10:57:01 +02:00
2018-04-04 16:25:25 +02:00
{% endblock %}