diff --git a/aio/tools/transforms/templates/api/includes/description.html b/aio/tools/transforms/templates/api/includes/description.html index d5545c06e7..22cede4edd 100644 --- a/aio/tools/transforms/templates/api/includes/description.html +++ b/aio/tools/transforms/templates/api/includes/description.html @@ -2,5 +2,7 @@

Description

{$ doc.description | trimBlankLines | marked $} + {% if doc.usageNotes %}

Further information available in the Usage Notes...

{% + endif %}
{% endif %} \ No newline at end of file