sailfish/assets/javascripts/workers/templates/simple.stpl

13 lines
246 B
Plaintext

<!DOCTYPE html>
<html>
<body>
<%# This is a comment #%>
<% for (i, msg) in messages.iter().enumerate() { %>
<% if i == 0 { %>
<h1>Hello, world!</h1>
<% } %>
<div><%= *msg %></div>
<% } %>
</body>
</html>