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

{% block title %}Lesson 11 - Discount{% endblock %}

{% endblock %} {% block content %}

Discount

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