Stelescope/node_modules/ejs/test/fixtures/menu_var.ejs
Saturneric a7116b5291 Add
2020-09-01 00:25:01 +08:00

16 lines
183 B
Plaintext

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