Skip to content

Commit ecb71a1

Browse files
committed
Add example file
1 parent 19757cd commit ecb71a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/hello_world.herl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)