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

{% block title %}Lesson 10{% endblock %}

{% endblock %} {% block content %}

Convert Fraction to Decimals

{% set lesson = 'lesson10' %} {% set section = 'fraction_to_decimals' %} {% include 'stats.html' %} {% include 'lesson10/fraction_to_decimals_form.html' %} {% endblock %}