Skip to content
Snippets Groups Projects
course.html 197 B
Newer Older
  • Learn to ignore specific revisions
  • {% 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>