{{ page.intro|richtext }}
{% endif %}
{% for block in page.body %}
{% include_block block %}
{% endfor %}
{% extends "base.html" %} {# Wagtail LMS Lesson Page Template STYLING: This template uses CSS classes from 'wagtail_lms/css/course.css'. Include the stylesheet in your base template's
section: {% load static wagtailcore_tags %} Alternatively, override this template with your own (Bootstrap, Tailwind, etc.). See docs: https://github.com/dr-rompecabezas/wagtail-lms/blob/main/docs/template_customization.md #} {% load static wagtailcore_tags %} {% block title %}{{ page.title }}{% endblock %} {% block content %}