diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-08-06 14:43:06 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-08-06 14:44:35 +0200 |
commit | 0514e4fec7e996cfbe4b97e5d09b6eebaf14eb43 (patch) | |
tree | 9f457b28f7f64f0f5dfd05639a35006dec0a77fe /askama_derive/templates | |
parent | 670dbe4aecf4280ef254cafa7d97d1890946b3e5 (diff) | |
download | askama-0514e4fec7e996cfbe4b97e5d09b6eebaf14eb43.tar.gz askama-0514e4fec7e996cfbe4b97e5d09b6eebaf14eb43.tar.bz2 askama-0514e4fec7e996cfbe4b97e5d09b6eebaf14eb43.zip |
Add tests for find_template_from_path()
Diffstat (limited to 'askama_derive/templates')
-rw-r--r-- | askama_derive/templates/a.html | 1 | ||||
-rw-r--r-- | askama_derive/templates/sub/b.html | 1 | ||||
-rw-r--r-- | askama_derive/templates/sub/c.html | 1 | ||||
-rw-r--r-- | askama_derive/templates/sub/sub1/d.html | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/askama_derive/templates/a.html b/askama_derive/templates/a.html new file mode 100644 index 0000000..257cc56 --- /dev/null +++ b/askama_derive/templates/a.html @@ -0,0 +1 @@ +foo diff --git a/askama_derive/templates/sub/b.html b/askama_derive/templates/sub/b.html new file mode 100644 index 0000000..5716ca5 --- /dev/null +++ b/askama_derive/templates/sub/b.html @@ -0,0 +1 @@ +bar diff --git a/askama_derive/templates/sub/c.html b/askama_derive/templates/sub/c.html new file mode 100644 index 0000000..7601807 --- /dev/null +++ b/askama_derive/templates/sub/c.html @@ -0,0 +1 @@ +baz diff --git a/askama_derive/templates/sub/sub1/d.html b/askama_derive/templates/sub/sub1/d.html new file mode 100644 index 0000000..fa11a6a --- /dev/null +++ b/askama_derive/templates/sub/sub1/d.html @@ -0,0 +1 @@ +echo |