Form.submitTag
$form.submitTag($submitLabel, $htmlAttributes={}) -> HtmlString
Description
Create a submit button for the form.
tem formHtml($form) {
    // (other tags)
    {{ $form.submit('Add Comment') }}
    //= '<button type="submit">Add Comment</button>'
}