aboutsummaryrefslogtreecommitdiff
path: root/templates/recipe-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/recipe-list.html')
-rw-r--r--templates/recipe-list.html24
1 files changed, 23 insertions, 1 deletions
diff --git a/templates/recipe-list.html b/templates/recipe-list.html
index 372a2e8..83d0849 100644
--- a/templates/recipe-list.html
+++ b/templates/recipe-list.html
@@ -1,5 +1,27 @@
+<h3>Plats</h3>
+
<ul>
- $for(recipes)$
+ $for(mainDishes)$
+ <li>
+ <a href="$url$">$title$</a>
+ </li>
+ $endfor$
+</ul>
+
+<h3>Desserts hypoglucidiques</h3>
+
+<ul>
+ $for(lowCarbDesserts)$
+ <li>
+ <a href="$url$">$title$</a>
+ </li>
+ $endfor$
+</ul>
+
+<h3>Desserts hyperglucidiques</h3>
+
+<ul>
+ $for(highCarbDesserts)$
<li>
<a href="$url$">$title$</a>
</li>