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

{% block title %}Lesson 11 - Income Tax{% endblock %}

{% endblock %} {% block content %}

Income Tax

{% include 'stats.html' %} {% include 'lesson11/form.html' %} {% endblock %}