diff --git a/demo_hornbeam_project/templates/pages/say_hello.hnb b/demo_hornbeam_project/templates/pages/say_hello.hnb index c240eb4..f05beef 100644 --- a/demo_hornbeam_project/templates/pages/say_hello.hnb +++ b/demo_hornbeam_project/templates/pages/say_hello.hnb @@ -5,4 +5,4 @@ html body h1 - "Hello ${$name}!" + @hello{name = $name} diff --git a/demo_hornbeam_project/translations/en-GB/say_hello.ftl b/demo_hornbeam_project/translations/en-GB/say_hello.ftl new file mode 100644 index 0000000..b23f3e5 --- /dev/null +++ b/demo_hornbeam_project/translations/en-GB/say_hello.ftl @@ -0,0 +1 @@ +hello = Hello { $name }!