[[extend 'layout.html']]

Form Superhero Identity (Custom)

[[= form.custom.begin ]]
[[= 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 ]]
[[= form.custom.end ]]

Rows