{% extends "layouts/starter_layout.html" %} {% block title %}{{ titre }} — Forge{% endblock %} {% block content %}

{{ titre }}

Cette page ne contient que son contenu propre. L'en-tête, le pied et la structure HTML viennent du gabarit layouts/starter_layout.html via {% raw %}{% extends %}{% endraw %}.

{% endblock %}