I've created a blank project for NodeJS with layout page.
I've created a partial that contain of one Dynamic Modal.
I've added partial to my content page.
I want on button click show that modal.
In Data Binding - I can't see this Modal to be available. <%- await include('/partials/modal', Object.assign({}, locals)) %>