{extends 'todo/base.html'} {block body} {if $lists}
    {foreach $lists as $list}
  1. {$list.name}
  2. {/foreach}
{/if}

Create a new list.

{/block}