home.html 101 B

12345
  1. {% extends 'base.html' %}
  2. {% block content %}
  3. <h1>Bienvenue <b>{{ name }}</b> !</h1>
  4. {% endblock %}