{% for i in site.data.components.footer %}
{{ i.title }}
{% for o in i.options %}
  • {{o.label}}
{% endfor %}
{% if forloop.last %}

© 2018 The PGA of America

{% endif %}
{% endfor %}