{% macro boxed_section(title, class='', padding='px-4 py-5') %}

{{ title }}

{{ caller() }}
{% endmacro %} {% macro game_data(term, definition, bg='white') %}
{{ term }}
{{ definition }}
{% endmacro %} {% macro email_link(address) %} {% if address %}{{ address }}{% else %}—{% endif %} {% endmacro %}