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

{% block title %}Lesson 1{% endblock %}

{% endblock %} {% block content %}

Addition

{% include 'stats.html' %}

{{ problem }}

 {{ first }}
+{{ second }}
=
{% include 'explain.html' %} {% endblock %}