From 4940b5dd5e792811491f1c3c3b1c70c8177c7e02 Mon Sep 17 00:00:00 2001 From: Michael Alyn Miller Date: Sat, 27 Nov 2021 20:59:51 -0800 Subject: Add Axum integration --- askama_axum/templates/hello.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 askama_axum/templates/hello.html (limited to 'askama_axum/templates/hello.html') diff --git a/askama_axum/templates/hello.html b/askama_axum/templates/hello.html new file mode 100644 index 0000000..8149be7 --- /dev/null +++ b/askama_axum/templates/hello.html @@ -0,0 +1 @@ +Hello, {{ name }}! -- cgit