Skip to content

Instantly share code, notes, and snippets.

@santosoide
Created April 24, 2017 10:55
Show Gist options
  • Save santosoide/d60a78580c8a1483e643273af4fea6f9 to your computer and use it in GitHub Desktop.
Save santosoide/d60a78580c8a1483e643273af4fea6f9 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>Hello Marko</title>
</head>
<body>
<h1>My favorite colors</h1>
<ul.colors>
<li for(color in input.colors)>
${color}
</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment