{{ site.title }}

{% for topic in site.topics %}

{{ topic }}

{% for type in site.goal_types %} {% for goal in goals[type] %}{% if goal.topic == topic %} {% endif %}{% endfor %} {% endfor %}
Goal Status
{{ goal.short }} {{ type }}
{% endfor %}