diff options
author | 2020-01-03 20:36:17 +0200 | |
---|---|---|
committer | 2020-01-03 19:56:18 +0100 | |
commit | cef055108de6c51c1423cd6a8919730ef01f64a3 (patch) | |
tree | 1e2d2bbac73110453388b13ba781a1101803a37b /testing/templates/literals.html | |
parent | 2446315d38882efe43a31a3749481eac9b25615d (diff) | |
download | askama-cef055108de6c51c1423cd6a8919730ef01f64a3.tar.gz askama-cef055108de6c51c1423cd6a8919730ef01f64a3.tar.bz2 askama-cef055108de6c51c1423cd6a8919730ef01f64a3.zip |
Support char literals
Diffstat (limited to '')
-rw-r--r-- | testing/templates/literals.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/templates/literals.html b/testing/templates/literals.html index 9d973bb..b5fb472 100644 --- a/testing/templates/literals.html +++ b/testing/templates/literals.html @@ -1,3 +1,4 @@ +{{ 'a' }} {{ "a" }} {{ true }} {{ false }} |