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

{% block title %}Lesson 4{% endblock %}

{% endblock %} {% block content %}

Reduced Terms

{% set lesson = 'lesson4' %} {% set section = 'reduction' %} {% include 'stats.html' %} {% include 'lesson4/form.html' %} {% include 'lesson4/divisibility-rules.html' %} {% endblock %}