<section>

  <h2 id='<%- slug(note.namespace) %>'>
    <%- note.name %>
  </h2>

  <% if (note.description) { %>
    <%= md(note.description) %>
  <% } %>
</section>
