plugins/content/templates/user/system/help_wrapper.stpl

Summary

Maintainability
Test Coverage
{if("body" ne "")}
<div id="help_wrapper">
    <b>{t(Note)}:</b><br />
    {body}
</div>
{/if}