section.form-wrapper form.form-post(action='/api/board/'+board._id, enctype='multipart/form-data', method='POST') input(type='hidden' name='_csrf' value=csrf) input(type='hidden' name='thread' value=thread != null ? thread._id : null) input#title(type='text', name='subject', placeholder='subject' autocomplete='off' maxlength='50') input#name(type='text', name='name', placeholder='name' autocomplete='off' maxlength='50') input#password(type='password', name='password', placeholder='password (for deletion)' autocomplete='off' maxlength='50') textarea#message(name='message', rows='8', cols='50', placeholder='message' autocomplete='off' maxlength='2000') input#file(type='file', name='file' multiple) input(type='submit', value='submit')