I'm trying to show the value from #{product.name}
in a textfield. This is my code, but it doesn't work
label Name
input(type='text', placeholder='Name', name='name' value='#{product.name}')
This is my result:
Can someone tell me how to do this?