Files
BookNest/templates/home/index.html.twig
2025-01-28 16:18:18 +01:00

10 lines
233 B
Twig

{% extends 'base.html.twig' %}
{% block title %}BookNest{% endblock %}
{% block body %}
<div class="w-100">
<h1 class="border text-center font-bold text-3xl text-red-700 ">Bienvenue sur BookNest 📚</h1>
</div>
{% endblock %}