diff options
| author | 2017-08-25 13:28:43 +0200 | |
|---|---|---|
| committer | 2017-08-25 13:29:34 +0200 | |
| commit | aeac47cee0e14b9fa38c01082876667f0ec8d874 (patch) | |
| tree | 3595cf0832a05d9bd66c467a72189fc09f290dfa /testing/templates/base.html | |
| parent | fc7be3c927d2078a317797c0d5477ad608c4c625 (diff) | |
| download | askama-aeac47cee0e14b9fa38c01082876667f0ec8d874.tar.gz askama-aeac47cee0e14b9fa38c01082876667f0ec8d874.tar.bz2 askama-aeac47cee0e14b9fa38c01082876667f0ec8d874.zip | |
Add test for parent default block implementations
Diffstat (limited to '')
| -rw-r--r-- | testing/templates/base.html | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/testing/templates/base.html b/testing/templates/base.html index a588223..2b4f94f 100644 --- a/testing/templates/base.html +++ b/testing/templates/base.html @@ -1,3 +1,4 @@  {{ title }}  {% block content %}{% endblock %} +{% block foo %}Foo{% endblock %}  Copyright 2017 | 
