{% if appendices %} {% for appendix in appendices %}
{{ appendix.title }}

{{ appendix.content }}

{% endfor %} {% endif %} {% if references %}

References

    {% for ref in references %}
  1. {{ ref }}
  2. {% endfor %}
{% endif %}