# File lib/formtastic-bootstrap/inputs/base/wrapping.rb, line 8
        def bootstrap_wrapping(&block)
          form_group_wrapping do
            label_html <<
            template.content_tag(:span, :class => 'form-wrapper') do
              input_content(&block) <<
              hint_html(:block) <<
              error_html(:block)
            end
          end
        end