This module is great, but there's one issue. If there are no comments when the comment form is rendered, the "Comments" header is still rendered, but now it's below the form.

There are two possible solutions: 1) don't render the header if there are no comments (I don't think this is a good solution)

Or 2) Render the form above the comments but below the "Comments" header. (I think this is more correct anyway.)