{% if references %}

Reference List

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