{% block not_passed_down %}This block is rendered in place, since there's no extend happening{% endblock %}
{% set name = 'Fabien' %} Hello {{ name }}!{% block not_passed_down %}{% endblock %}