From 91c2bbf80468c12d0663330cff185f1d7680c91e Mon Sep 17 00:00:00 2001 From: Bjørn Madsen Date: Wed, 29 Jan 2020 09:32:39 +0100 Subject: Add support for warp --- askama_warp/templates/hello.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 askama_warp/templates/hello.html (limited to 'askama_warp/templates') diff --git a/askama_warp/templates/hello.html b/askama_warp/templates/hello.html new file mode 100644 index 0000000..8149be7 --- /dev/null +++ b/askama_warp/templates/hello.html @@ -0,0 +1 @@ +Hello, {{ name }}! -- cgit