class SimpleForm::Inputs::BlockInput

def initialize(*args, &block)

def initialize(*args, &block)
  super
  @block = block
end

def input

def input
  template.capture(&@block)
end