menu_var.ejs 183 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <%- include(varPath, { url: '/foo' , title: 'Foo' }); -%> <%- include(varPath, { url: '/bar' , title: 'Bar' }); -%> <%- include(varPath, { url: '/baz' , title: 'Baz' }); -%>