diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2019-03-18 10:26:47 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2019-03-18 10:26:47 +0100 |
commit | 9a12888da65c8a0348634011f496e656ac7e5d8f (patch) | |
tree | a2895b2d1dfad38c81685795134139cf2696d527 /testing/templates/render_in_place_sec1.html | |
parent | 37fb230e2e9aa4d9993a7c5774e48a8f6d87a294 (diff) | |
download | askama-9a12888da65c8a0348634011f496e656ac7e5d8f.tar.gz askama-9a12888da65c8a0348634011f496e656ac7e5d8f.tar.bz2 askama-9a12888da65c8a0348634011f496e656ac7e5d8f.zip |
Move small templates into source code
Diffstat (limited to 'testing/templates/render_in_place_sec1.html')
-rw-r--r-- | testing/templates/render_in_place_sec1.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/templates/render_in_place_sec1.html b/testing/templates/render_in_place_sec1.html deleted file mode 100644 index 75f9fd6..0000000 --- a/testing/templates/render_in_place_sec1.html +++ /dev/null @@ -1,2 +0,0 @@ -A={{ a }} -B={{ b }} |