Ejs helper for templates

I'm wondering how to change this code:

<% include ../../assets/linker/templates/box %>

To something smarter like <% template('box') %>. Is that possible? Maybe using helpers? I'm not confident because of the include keyword, it must be interprated by EJS, not by node.js so I'm not sure what's the good approach here.