{% extends 'base.html' %} {% block header %}

{% block title %}Lesson 3{% endblock %}

{% endblock %} {% block content %}

Division

{% set lesson = 'lesson3' %} {% set section = 'division' %} {% include 'stats.html' %} {% endblock %}