<%= title %>
<% if (!_.isEmpty(imagePath)) { %>
<% } %>
<% if (!_.isEmpty(description)) { %>
Description
<%= description %>
<% } %>
<% if (!_.isEmpty(transcription)) { %>
Transcript
<%= transcription %>
<% } %>
<% if (!_.isUndefined(nextStopPath)) { %>
next
<% } %>