refactor + homepage

This commit is contained in:
2025-01-11 18:43:57 +01:00
parent e39c170402
commit 51c5e9ac57
3 changed files with 26 additions and 2 deletions

View File

@ -0,0 +1,7 @@
{% extends 'base.html.twig' %}
{% block title %}Home!{% endblock %}
{% block body %}
Home
{% endblock %}