diff options
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 }} |