Use translation syntax on the test page

This commit is contained in:
Olivier 'reivilibre' 2023-03-03 23:31:28 +00:00
parent 6ca36aaa8e
commit 811c06f5f8
2 changed files with 2 additions and 1 deletions

View File

@ -5,4 +5,4 @@ html
body body
h1 h1
"Hello ${$name}!" @hello{name = $name}

View File

@ -0,0 +1 @@
hello = Hello { $name }!