[[= form.custom.widgets['name'] ]]
[[= form.custom.errors.get('name', '') ]]
[[= form.custom.widgets['job'] ]]
[[= form.custom.errors.get('job', '')]]
[[ form.custom.submit['_class'] = 'button is-info is-large' ]]
[[= form.custom.submit ]]
[[ for hidden_widget in form.custom.hidden_widgets: ]]
[[= form.custom.hidden_widgets[hidden_widget] ]]
[[ pass ]]
[[= form.custom.end ]]