# File lib/simple_form/error_notification.rb, line 11
    def render
      if has_errors?
        template.content_tag(error_notification_tag, error_message, html_options)
      end
    end