<% if(!items.length) { %> No steps yet... <% } else { %>
<% _.each(items, function(step, idx) { %>
 <%= idx + 1 %>.) <%= step %>
<% }) %>
<% } %>