recup code pour mu editor

This commit is contained in:
2025-07-05 16:11:20 +02:00
parent 12b8efafbf
commit 5e9ac09dcf
25 changed files with 1006 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block content %}
<h1>Hello!</h1>
<p>Hello {{name}}, how are you?</p>
{% endblock %}