TypeError: /opt/clinicaNew/views/testimonial.ejs:443
   441|               <ul id="testimonial_quotes">
   442|                 <li>
>> 443|                       <img src="<%- notice.imagen %>" align="right" style="width:200px;margin-left: 10px">
   444|                       <p class="contenido">
   445|                         <%- notice.contenido %>
   446|                         <!--<span class="blockquoteclose"></span> -->

Cannot read property 'imagen' of null
   at eval (eval at <anonymous> (/opt/clinicaNew/node_modules/ejs/lib/ejs.js:237:14), <anonymous>:31:479)
   at eval (eval at <anonymous> (/opt/clinicaNew/node_modules/ejs/lib/ejs.js:237:14), <anonymous>:33:892)
   at /opt/clinicaNew/node_modules/ejs/lib/ejs.js:250:15
   at Object.exports.render (/opt/clinicaNew/node_modules/ejs/lib/ejs.js:288:13)
   at View.exports.renderFile [as engine] (/opt/clinicaNew/node_modules/ejs/lib/ejs.js:318:20)
   at View.render (/opt/clinicaNew/node_modules/express/lib/view.js:126:8)
   at tryRender (/opt/clinicaNew/node_modules/express/lib/application.js:639:10)
   at EventEmitter.render (/opt/clinicaNew/node_modules/express/lib/application.js:591:3)
   at ServerResponse.render (/opt/clinicaNew/node_modules/express/lib/response.js:961:7)
   at Promise.<anonymous> (/opt/clinicaNew/app/controllers/testimonio.js:148:20)
   at Promise.<anonymous> (/opt/clinicaNew/node_modules/mpromise/lib/promise.js:177:8)
   at Promise.emit (events.js:95:17)
   at Promise.emit (/opt/clinicaNew/node_modules/mpromise/lib/promise.js:84:38)
   at Promise.fulfill (/opt/clinicaNew/node_modules/mpromise/lib/promise.js:97:20)
   at Promise.resolve (/opt/clinicaNew/node_modules/mongoose/lib/promise.js:114:23)
   at Promise.<anonymous> (/opt/clinicaNew/node_modules/mpromise/lib/promise.js:177:8)