From c6f9a053c7328e6c782508114bd96aa569b5de7d Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 28 Jan 2020 22:06:11 +0100 Subject: Move Rocket integration into askama_rocket crate --- askama_rocket/templates/hello.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 askama_rocket/templates/hello.html (limited to 'askama_rocket/templates') diff --git a/askama_rocket/templates/hello.html b/askama_rocket/templates/hello.html new file mode 100644 index 0000000..8149be7 --- /dev/null +++ b/askama_rocket/templates/hello.html @@ -0,0 +1 @@ +Hello, {{ name }}! -- cgit