We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19757cd commit ecb71a1Copy full SHA for ecb71a1
examples/hello_world.herl
@@ -0,0 +1,8 @@
1
+<div id="hello_{world}">
2
+ {maps:get(hello, Bindings, ~"Hello")}, {
3
+ case Who of
4
+ world -> ~"World";
5
+ _Other -> {name, Who}
6
+ end
7
+ }!
8
+</div>
0 commit comments