5 box-sizing: border-box;
6 border: 30px solid #aaaaaa;
12 % if card["type"] == 'guilt':
13 <h1 id="title">GUILT CARD</h1>
14 <p id="prompt">Choose at least one of these guilts as your own:</p>
16 % for answer in card["answers"]:
21 % if card["type"] == 'action':
22 <h1 id="title">ACTION CARD<br />{{ card["title"] }}</h1>
23 % for paragraph in card["paragraphs"]:
24 <p>{{ paragraph }}</p>
28 <a href="{{ web_path }}/decks/{{deck_id}}/cards">back to overview</a>