{% include "header" %}
{{ homepage.headline }}
{% include "sub_navigation" %}
Quick Guides
{% if courses.in_catalog.any? %} {% for course in courses.in_catalog %} {% for course_category in course.categories %} {% if course_category.name == "Quick Guides" %} {% capture course_path %}{% route course, id: course.id %}{% endcapture %}
{{ course.name }} {%- comment -%} View {%- endcomment -%} View {%- comment -%} View {%- endcomment -%}
{% endif %} {% endfor %} {% endfor %} {% endif %}