5 % for card_id in cards:
6 <li><a href="{{ web_path }}/cards/{{card_id}}/view">{{cards[card_id]}}</a> (<a href="{{ web_path }}/cards/{{card_id}}/form">edit</a>)</li>
9 <form action="{{ web_path }}/cards/" method="GET">
10 add another? name: <input type="text" name="card_name" />