haiji-0.3.2.0: test/parent.tmpl
<html>
<head>
{% block head %}
<title>{{ foo }}{% block title %}{% endblock %}</title>
{% endblock %}
</head>
<body>
{{ bar }}
{% block missing %}child missing this block{% endblock %}
</body>
</html>
<html>
<head>
{% block head %}
<title>{{ foo }}{% block title %}{% endblock %}</title>
{% endblock %}
</head>
<body>
{{ bar }}
{% block missing %}child missing this block{% endblock %}
</body>
</html>