Skip to content

Instantly share code, notes, and snippets.

@doubleshow
Last active October 7, 2015 23:12
Show Gist options
  • Save doubleshow/226fdc02fe6440a935fa to your computer and use it in GitHub Desktop.
Save doubleshow/226fdc02fe6440a935fa to your computer and use it in GitHub Desktop.
craftml
<craft>
<info>
<title>Untitled</title>
</info>
<script>
$params.hs = [10,11,8,1,10,12,3]
</script>
<row>
<repeat each="h" in="{{hs}}">
<cube t="sizeZ({{h}})"></cube>
</repeat>
</row>
</craft>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment