{% extends 'lessons/base.html' %} {% load wagtailcore_tags %} {% block central_col_class %} col-lg-12 {% endblock %} {% block right_sidebar %} {% endblock %} {% block sidebar_col_class %} {% endblock %} {% block central_content %}

#{{page.order}} {{page.title}}

{{page.short_description | richtext }}
{% for block in page.content %}
{% include_block block %}
{% endfor %}
  • Lesson #{{page.order}}
  • {{page.first_published_at | date:"M d, Y"}}
  • {% if page.tags.all.count %}
  • {% for tag in page.tags.all %} {{ tag }} {% endfor %}
  • {% endif %}
{% endblock %}