{% extends 'base.html' %} {% load djinsight_tags %} {% block title %}Courses - djinsight Example{% endblock %} {% block content %}
{{ course.description|truncatewords:15 }}
Visit the admin panel to create some courses.