[% macro spellblock(spell, id_base="spells", heading_level=2) -%]
[% if spell.level > 0 %] [[ spell.magic_school ]] Level [[ spell.level ]] [% else %] [[ spell.magic_school ]] Cantrip [% endif %] [% if spell.ritual and spell.concentration %] (ritual, concentration) [% elif spell.ritual %] (ritual) [% elif spell.concentration %] (concentration) [% endif %]