Add page titles

This commit is contained in:
Claude Paroz 2018-10-28 12:03:29 +01:00
parent 28c3908099
commit 71c5de49d3
3 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,7 @@
{% extends 'base.html' %}
{% block title %}{{ recette.nom }}{% endblock %}
{% block content %}
<h1>{{ recette.nom }}</h1>