aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/dgeflows/node_modules/ejs/test/fixtures/menu.ejs
blob: 03099901f50fd8d95f4367d6213b1403db088ff8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<%- include('includes/menu-item', {
  url: '/foo'
, title: 'Foo'
}); -%>

<%- include('includes/menu-item', {
  url: '/bar'
, title: 'Bar'
}); -%>

<%- include('includes/menu-item', {
  url: '/baz'
, title: 'Baz'
}); -%>