diff options
author | Joris | 2020-02-02 16:51:57 +0100 |
---|---|---|
committer | Joris | 2020-02-02 16:51:57 +0100 |
commit | bc97048dfbb05766abf0c04aed593252a3abdc88 (patch) | |
tree | 25cea9c393b430fe5ba825547e2cd88a08940498 /templates/page.html | |
parent | 1bdaf18073d82aa3e243d33f073fca3d69ee451f (diff) |
Show recipe title in each recipe page
Diffstat (limited to 'templates/page.html')
-rw-r--r-- | templates/page.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html index 370eaf0..5174a14 100644 --- a/templates/page.html +++ b/templates/page.html @@ -6,8 +6,10 @@ ← Retour à l’accueil </a> - <div class="g-Recipe"> + <div class="g-Recipe__Content"> + {{ page.content | safe }} + </div> <script src="/main.js"></script> |