aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates
diff options
context:
space:
mode:
authorLibravatar bott <mhpoin@gmail.com>2018-10-07 17:13:52 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-10-07 17:26:08 +0200
commit28d76964080f5c6c36d5f6ed72828b679fe352b4 (patch)
tree7056ea52905791893fd1681fd2297aac13389851 /testing/templates
parent9edf27d9446da0b6c00550544d37b6da633bd2b6 (diff)
downloadaskama-28d76964080f5c6c36d5f6ed72828b679fe352b4.tar.gz
askama-28d76964080f5c6c36d5f6ed72828b679fe352b4.tar.bz2
askama-28d76964080f5c6c36d5f6ed72828b679fe352b4.zip
Add Rust macro support at templates
Diffstat (limited to '')
-rw-r--r--testing/templates/rust-macros.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/templates/rust-macros.html b/testing/templates/rust-macros.html
new file mode 100644
index 0000000..dc0b3de
--- /dev/null
+++ b/testing/templates/rust-macros.html
@@ -0,0 +1 @@
+Hello, {{ hello!(name) }}!