{% extends 'base.html' %} {% load i18n %} {% block title %}{{ title }} | {% trans 'Learning management system' %}{% endblock title %} {% load static %} {% block content %}
{{ course.summary }}
{% include 'snippets/messages.html' %} {% endblock content %}