<% if (data.repositoryUrl) { %> <% } %>
<% if (data.publicURL) { %> <%= data.targetPath %> <% } else { %> <%= data.targetPath %> <% } %>
<% data.segments.forEach(function(segment) { %>
<% if (segment.comments != '') { %>
<%= segment.comments %>
<% } %> <% if (segment.code != '') { %>
<%= segment.code %>
<% } %>
<% }) %>