mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
11 lines
193 B
Plaintext
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>
|