{% extends 'templates/main.volt' %} {% block content %} {{ partial('macros/course') }}
{% for item in items %}

{{ item.category.name }}

    {% for help in item.helps %} {% set show_url = url({'for':'home.help.show','id':help.id}) %}
  • {{ help.title }}
  • {% endfor %}
{% endfor %}
{% if featured_courses %} {% endif %}
{% endblock %} {% block include_js %} {{ js_include('home/js/help.js') }} {% endblock %}