Rinser/node_modules/ejs/test/fixtures/menu_var.ejs
2015-07-20 14:42:07 +01:00

16 lines
183 B
Plaintext

<%- include(varPath, {
url: '/foo'
, title: 'Foo'
}); -%>
<%- include(varPath, {
url: '/bar'
, title: 'Bar'
}); -%>
<%- include(varPath, {
url: '/baz'
, title: 'Baz'
}); -%>