haiji-0.3.2.0: test/child.tmpl
{% extends "test/parent.tmpl" %}
{% block title %}{{ super() }}{{ baz }}{{ super() }}{% endblock %}
{% block head %}
{{ super() }}
<style type="text/css"></style>
{% endblock %}
{% extends "test/parent.tmpl" %}
{% block title %}{{ super() }}{{ baz }}{{ super() }}{% endblock %}
{% block head %}
{{ super() }}
<style type="text/css"></style>
{% endblock %}