diff options
author | Matthew Taylor <wrapperup4@gmail.com> | 2023-07-24 05:39:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 11:39:14 +0200 |
commit | ac8de6260e34c7dc7f7f2228e832d1860a31707d (patch) | |
tree | dbdceecef23a2db606c6d5df33deefb783798686 /testing/templates/rust-macros-full-path.html | |
parent | 31e9ed52bebb6d026dc3a8ae29c28af4beb7122e (diff) | |
download | askama-ac8de6260e34c7dc7f7f2228e832d1860a31707d.tar.gz askama-ac8de6260e34c7dc7f7f2228e832d1860a31707d.tar.bz2 askama-ac8de6260e34c7dc7f7f2228e832d1860a31707d.zip |
Fix Rust macro invocations not accepting a path (#837)
Diffstat (limited to 'testing/templates/rust-macros-full-path.html')
-rw-r--r-- | testing/templates/rust-macros-full-path.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/templates/rust-macros-full-path.html b/testing/templates/rust-macros-full-path.html new file mode 100644 index 0000000..f32dc53 --- /dev/null +++ b/testing/templates/rust-macros-full-path.html @@ -0,0 +1 @@ +Hello, {{ foo::hello2!() }}! |