aboutsummaryrefslogtreecommitdiff
path: root/templates/page.html
diff options
context:
space:
mode:
authorJoris2020-02-02 16:51:57 +0100
committerJoris2020-02-02 16:51:57 +0100
commitbc97048dfbb05766abf0c04aed593252a3abdc88 (patch)
tree25cea9c393b430fe5ba825547e2cd88a08940498 /templates/page.html
parent1bdaf18073d82aa3e243d33f073fca3d69ee451f (diff)
downloadcooking-bc97048dfbb05766abf0c04aed593252a3abdc88.tar.gz
cooking-bc97048dfbb05766abf0c04aed593252a3abdc88.tar.bz2
cooking-bc97048dfbb05766abf0c04aed593252a3abdc88.zip
Show recipe title in each recipe page
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html4
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>