caisse-bliss/templates/default/home.html.twig

9 lines
192 B
Twig
Raw Normal View History

2023-06-23 11:51:39 +02:00
{% extends 'base.html.twig' %}
{% block title %}Hello DefaultController!{% endblock %}
{% block body %}
<div class="home">
<h1>Caisse bliss is here</h1>
</div>
2023-06-23 12:03:22 +02:00
{% endblock %}