-
Tom Wiesing authoredTom Wiesing authored
course.html 197 B
{% 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>