Skip to content

Instantly share code, notes, and snippets.

@subhaze
Created March 2, 2016 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save subhaze/e0186d8f161c9f42aecc to your computer and use it in GitHub Desktop.
Save subhaze/e0186d8f161c9f42aecc to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<body class="container">
<h1>Some Title</h1>
<% if (names.length) { %>
<ul>
<% names.forEach(function(name){ %>
<li><%= name %></li>
<% }) %>
</ul>
<% } %>
<p>foo bar</p>
</body>
</html>
@subhaze
Copy link
Author

subhaze commented Mar 2, 2016

screenshot 2016-03-02 11 24 24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment