I want to print the default value for my textarea forms, I have the code below
textarea(class="form-control",name="details")
if restaurant.details
#{restaurant.details}
but if my value is set (restaurant.details), it will look like a tag without text, how to print text inside my text box?
source
share