diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2016-12-26 16:39:30 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2016-12-26 16:39:30 +0100 |
commit | d82a8fdf39783e3bfae6b2ea9eb08f011ba195b7 (patch) | |
tree | de24b605da0a8caab5588bda5d6b94b04873f454 /askama_test/templates | |
parent | 1aafcb8a250be2d7880390cc0d3486f8e46b4520 (diff) | |
download | askama-d82a8fdf39783e3bfae6b2ea9eb08f011ba195b7.tar.gz askama-d82a8fdf39783e3bfae6b2ea9eb08f011ba195b7.tar.bz2 askama-d82a8fdf39783e3bfae6b2ea9eb08f011ba195b7.zip |
Support templating for every type implementing Display
Diffstat (limited to '')
-rw-r--r-- | askama_test/templates/simple.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/askama_test/templates/simple.html b/askama_test/templates/simple.html index e544306..51e225b 100644 --- a/askama_test/templates/simple.html +++ b/askama_test/templates/simple.html @@ -1 +1,4 @@ -hello world, {{ var }} +hello world, {{ strvar }} +with number: {{ num }} +Iñtërnâtiônàlizætiøn is important +in vars too: {{ i18n }} |