<%= note.title %>
<% if (note.hasLabel("pageUrl")) { %>This note was originally clipped from "><%= note.getLabelValue("pageUrl") %>
<% } %>
<% if (note.type === 'book') { %>
<% } else if (isEmpty) { %>
This note has no content.
<% } else { %>
<%- content %>
<% } %>
<% if (note.hasChildren()) { %>
<% } %>