diff options
Diffstat (limited to 'templates/recipe-list.html')
-rw-r--r-- | templates/recipe-list.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/recipe-list.html b/templates/recipe-list.html new file mode 100644 index 0000000..372a2e8 --- /dev/null +++ b/templates/recipe-list.html @@ -0,0 +1,7 @@ +<ul> + $for(recipes)$ + <li> + <a href="$url$">$title$</a> + </li> + $endfor$ +</ul> |