splitted twig templates in multiple files

This commit is contained in:
julien
2026-02-22 19:48:40 +01:00
parent 76134c9e40
commit 6ef1eb9508
9 changed files with 38 additions and 10 deletions

4
views/pages/home.twig Normal file
View File

@@ -0,0 +1,4 @@
{% extends "layout.twig" %}
{% block title %}Mon Blog{% endblock %}
{% block content %}
{% endblock %}