{% comment %}
    Renders a link to a single course. Expects 'item' as a parameter. 
{% endcomment %}

<li class="collection-item">
    <a href="{{include.item.url}}" class="title">{{include.item.title}}</a>
</li>