{% extends "child1.txt" %}

{% block "block2" %}
Inherited block 2

{{ var2 }}
{% include "empty_template.html" %}

{% endblock %}