The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{% extends "child1.txt" %}

{% block "block2" %}
Inherited block 2

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

{% endblock %}