aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates
diff options
context:
space:
mode:
authorLibravatar Hajime Fukuda <hajime.fukuda@me.com>2018-01-17 22:49:27 +0900
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-01-19 12:48:17 +0100
commit8f216fed4c51f470777a004317ecc09869728fb7 (patch)
tree286114e076ab2f835b6b81c0128b7bc52a1b912e /testing/templates
parentf376d96ee1bab82cf1cbb32fbdc0dbf969e5df9c (diff)
downloadaskama-8f216fed4c51f470777a004317ecc09869728fb7.tar.gz
askama-8f216fed4c51f470777a004317ecc09869728fb7.tar.bz2
askama-8f216fed4c51f470777a004317ecc09869728fb7.zip
infer Content-type from the file extension for iron integration
Diffstat (limited to 'testing/templates')
-rw-r--r--testing/templates/hello.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/templates/hello.txt b/testing/templates/hello.txt
new file mode 100644
index 0000000..8149be7
--- /dev/null
+++ b/testing/templates/hello.txt
@@ -0,0 +1 @@
+Hello, {{ name }}!