%- include('form.ejs', { title: "Reply", message: 'Send your thoughts to the world.', action: "/api/file/comment", inputs: [ { "key": "Message", "type": "textarea", "name": "post", "default": "" }, { "key": "Attachments", "type": "file", "name": "post", "default": "" }, { "key": "", "type": "hidden", "name": "type", "default": type }, { "key": "", "type": "hidden", "name": "id", "default": id }, ] }) %>