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