You are {%- if not initial %}now{% endif %} the {{ role }}.
{% if abilities|length > 1 %}
Abilities
{% for ability in abilities %}
- {{ ability }}
{% endfor %}
{% else %}
Ability
{{ abilities[0] }}
{% endif %}
Win Condition
{{ objective }}
Commands
{% for command in commands %}
- {{ command }}
{% endfor %}