{% extends "trix_student/base.django.html" %} {% load i18n %} {% block title %}{% trans "Frontpage" %}{% endblock title %} {% block content %}
{% for course in object_list %}

{{ course.course_tag }}

{{ course.description }}

{% endfor %}
{% endblock content %}