<%= note.title %>
<% if (isEmpty && (!note.hasVisibleChildren() && note.type !== "book")) { %>This note has no content.
<% } else { %> <%- content %> <% } %>% if (note.hasLabel("shareDescription")) { %> "> <% } %> <% if (note.hasRelation("shareFavicon")) { %> /download"> <% } else { %> <% } %> <% if (!note.hasLabel("shareOmitDefaultCss")) { %> <% } %> <% if (note.hasLabel("shareSwagger")) { %> <% } %> <% if (note.type === 'text' || note.type === 'book') { %> <% } %> <% for (const cssRelation of note.getRelations("shareCss")) { %> <% } %> <% for (const jsRelation of note.getRelations("shareJs")) { %> <% } %> <% if (note.hasLabel('shareDisallowRobotIndexing')) { %> <% } %> <%- header %>
This note has no content.
<% } else { %> <%- content %> <% } %>