Files

8 lines
277 B
HTML
Raw Permalink Normal View History

{% if doc.description %}
<section class="description">
<h2>Description</h2>
{$ doc.description | trimBlankLines | marked $}
{% if doc.usageNotes %}<p>Further information is available in the <a href="#usage-notes">Usage Notes...</a></p>{%
endif %}
</section>
{% endif %}