%= form_for $target => begin %= label_for title => 'Title'
%= text_field title => $conf->{title}
%= label_for body => 'Body'
%= text_area body => $conf->{body}
%= submit_button $caption % end