1 % include('_meta_head.tpl')
4 % for deck_id in decks:
5 <li><a href="{{ web_path }}/decks/{{deck_id}}">{{decks[deck_id]}}</a></li>
8 <form action="{{ web_path }}/decks/" method="GET">
9 add another deck? name: <input type="text" name="deck_name" />
12 % include('_meta_foot.tpl')