% if(typeof robots !== 'undefined' && robots) { %>
<% } %>
<% if(typeof description !== 'undefined' && description) { %>
<% } %>
<% for (var og in opengraph) { %>
<% if (opengraph.hasOwnProperty(og) && opengraph[og].trim() !== '') { %>
<% }} if (!opengraph.hasOwnProperty('image')) { %>
<% } %>
<%= title %>
<%- include('includes/favicon.ejs') %>
<% if(useCDN) { %>
<%- include('build/pretty-header') %>
<%- include('shared/polyfill') %>
<% } else { %>
<%- include('build/pretty-pack-header') %>
<% } %>
<% if(lastchangeuserprofile) { %>
<% } else { %>
<% } %>
<%- viewcount %> views
<% if(ownerprofile && owner !== lastchangeuser) { %>
owned this note
<% } %>
lang="<%= lang %>"<% } %>><%= body %>
<% if(typeof disqus !== 'undefined' && disqus && !dnt) { %>
<%- include('shared/disqus') %>
<% } %>