{% comment %} Renders a link to a single course. Expects 'item' as a parameter. {% endcomment %} <li class="collection-item"> <a href="{{item.url}}" class="title">{{item.title}}</a> </li>