{ block content} code example
Example: block content
{% block content %}
{% endblock %
content is the variable name. You can name that whatever you like.
However that name will need to be pasted on the new page.
Search "Django Extends html" for continuation on this.