aboutsummaryrefslogtreecommitdiff
path: root/templates/recipe-list.html
blob: 372a2e8fe3b428956eb714116ae14b7ad6e08b8a (plain)
1
2
3
4
5
6
7
<ul>
  $for(recipes)$
    <li>
      <a href="$url$">$title$</a>
    </li>
  $endfor$
</ul>