aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/hello.html
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-08-10 12:37:01 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-08-10 12:37:01 +0200
commite8c47b7135a1ecf3414c6495b1cb592ae3e2d8a3 (patch)
tree1a8a08968d7f169e145a4767726177f7322b5ed8 /testing/templates/hello.html
parentadfc52a26d3da8f62fad81eb1b12ffc7202583e7 (diff)
downloadaskama-e8c47b7135a1ecf3414c6495b1cb592ae3e2d8a3.tar.gz
askama-e8c47b7135a1ecf3414c6495b1cb592ae3e2d8a3.tar.bz2
askama-e8c47b7135a1ecf3414c6495b1cb592ae3e2d8a3.zip
Add README example as a test case
Diffstat (limited to 'testing/templates/hello.html')
-rw-r--r--testing/templates/hello.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/templates/hello.html b/testing/templates/hello.html
new file mode 100644
index 0000000..8149be7
--- /dev/null
+++ b/testing/templates/hello.html
@@ -0,0 +1 @@
+Hello, {{ name }}!