2016-05-20 17:04:01 -04:00

11 lines
193 B
Plaintext

<section class='py2 clearfix'>
<h2 id='<%- note.namespace %>' class='mt0'>
<%- note.name %>
</h2>
<% if (note.description) { %>
<%= md(note.description) %>
<% } %>
</section>