diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-05-21 14:25:39 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-05-21 14:25:39 +0200 |
commit | 39ce50616322a58325540db6ef6832aafa51934f (patch) | |
tree | 614fa0651c86986e97e3c5eeaaa52437c89c0e28 /testing/templates/nested-base.html | |
parent | 60950c97debc6c141e5252519d45f2da51572cb5 (diff) | |
download | askama-39ce50616322a58325540db6ef6832aafa51934f.tar.gz askama-39ce50616322a58325540db6ef6832aafa51934f.tar.bz2 askama-39ce50616322a58325540db6ef6832aafa51934f.zip |
Forgot to add new test templates
Diffstat (limited to 'testing/templates/nested-base.html')
-rw-r--r-- | testing/templates/nested-base.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/templates/nested-base.html b/testing/templates/nested-base.html new file mode 100644 index 0000000..2ae4255 --- /dev/null +++ b/testing/templates/nested-base.html @@ -0,0 +1,4 @@ +{% block content %} +loopy +{% block foo %}Foo{% endblock %} +{% endblock %} |