Skip to content

Instantly share code, notes, and snippets.

@wellingtonpgp
Created July 11, 2016 18:25
Show Gist options
  • Select an option

  • Save wellingtonpgp/1b55d2628d2c2fc043e8d6173aaccc38 to your computer and use it in GitHub Desktop.

Select an option

Save wellingtonpgp/1b55d2628d2c2fc043e8d6173aaccc38 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>handerlerbars</title>
</head>
<body>
<h1>
<%=title%> in EJS
</h1>
<ul>
<% for(var i=0; i<list.length; i++){%>
<li><%=list[i]%></li>
<%}%>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment