aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/dgeflows/node_modules/ejs/test/fixtures/menu_var.ejs
blob: a421dcb8cced8fb79cf8de36698c16c8ece4167a (plain)
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'
}); -%>