aboutsummaryrefslogblamecommitdiffstats
path: root/testing/templates/include-extends-base.html
blob: 7a54ca01a1c365d85f72a57af0173218351d4d90 (plain) (tree)
1
2
3
4
5
6





                                    
<div>
    <p>Below me is the header</p>
    {% block header %}{% endblock %}
    <p>Above me is the header</p>
</div>
Hello, {{ name }}!