From e3d690ba102f3624ff65f5476dc68dfe98f2e221 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 1 Dec 2021 06:43:36 -0800 Subject: Move askama_mendes integration into Askama repo (#561) --- askama_mendes/templates/hello.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 askama_mendes/templates/hello.txt (limited to 'askama_mendes/templates') diff --git a/askama_mendes/templates/hello.txt b/askama_mendes/templates/hello.txt new file mode 100644 index 0000000..8149be7 --- /dev/null +++ b/askama_mendes/templates/hello.txt @@ -0,0 +1 @@ +Hello, {{ name }}! -- cgit