<% let clipLength = obj.clipLength === void 0 ? 30 : obj.clipLength; %> <% let renderNotes = function(clip) { %>
<%- notes %>
<% } %> <% if (notes.length <= clipLength) { %>
<% renderNotes() %>
<% } else { %>
<% renderNotes(true) %>
<% } %>