`courses/*/index.html` have some duplicate content. * [x] The list of lessons should be in a common template, from which they should inherit (and which itself would inherit from `_base.html`). * [x] The title (in `{% block title %}`) could be taken from `courses.yml`, instead of repeating it in each template.