aboutsummaryrefslogtreecommitdiffstats
path: root/askama_warp/templates
diff options
context:
space:
mode:
Diffstat (limited to 'askama_warp/templates')
-rw-r--r--askama_warp/templates/hello.html1
1 files changed, 1 insertions, 0 deletions
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 }}!