{{extend 'layout.html'}}

List all recipes

{{=form}} {{for recipe in records:}} {{pass}}
{{=A(recipe.title,_href=URL('show?id=%s'%recipe.id))}} {{=recipe.date}}
{{=A('create new recipe',_href=URL('new_recipe'))}}