agahnim.dev/templates/index.html
2026-03-19 15:16:04 +01:00

7 lines
No EOL
110 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>Bonjour</h1>
<p>Bienvenue sur mon site.</p>
{% endblock %}