diff options
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> |