Files
BookNest/templates/home/index.html.twig
2025-01-28 21:47:11 +01:00

10 lines
240 B
Twig

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