Stelescope/node_modules/ejs/test/fixtures/menu_var.ejs

16 lines
183 B
Plaintext
Raw Normal View History

2020-08-31 16:25:01 +00:00
<%- include(varPath, {
url: '/foo'
, title: 'Foo'
}); -%>
<%- include(varPath, {
url: '/bar'
, title: 'Bar'
}); -%>
<%- include(varPath, {
url: '/baz'
, title: 'Baz'
}); -%>