{% extends 'base.html' %} {% block title %}All Masterclasses{% endblock %} {% block content %} All Masterclasses Browse the full academy catalog. {% for course in course %} {{ course.name }} {{ course.preview|truncatechars:120 }} {% endfor %} {% endblock %}
Browse the full academy catalog.
{{ course.preview|truncatechars:120 }}