2 % if card["type"] == 'guilt':
3 <h1 id="title">GUILT CARD</h1>
4 <p id="prompt">Choose at least one of these guilts as your own:</p>
6 % for answer in card["answers"]:
11 % if card["type"] == 'action':
12 <h1 id="title">ACTION CARD<br />{{ card["title"] }}</h1>
13 % for paragraph in card["paragraphs"]:
14 <p>{{ paragraph }}</p>