From d82a8fdf39783e3bfae6b2ea9eb08f011ba195b7 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 26 Dec 2016 16:39:30 +0100 Subject: Support templating for every type implementing Display --- askama_test/templates/simple.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'askama_test/templates/simple.html') 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 }} -- cgit