Skip to content

Instantly share code, notes, and snippets.

@rwillig
Created March 16, 2015 21:33
Show Gist options
  • Save rwillig/c0214879880aced90852 to your computer and use it in GitHub Desktop.
Save rwillig/c0214879880aced90852 to your computer and use it in GitHub Desktop.
<script type="text/hoplon">
(page "test.html")
</script>
<html>
<head>
<title>Test</title>
</head>
<body>
<loop-tpl bindings='{{ [i (cell= (range 5))] }}'>
<p toggle='{{ (cell= (= true false)) }}'><span text='{{ i }}'></span></p>
</loop-tpl>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment