Initial commit for OpenECOMP SDN-C OA&M
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / ejs / test / fixtures / menu_var.ejs
1 <%- include(varPath, {
2   url: '/foo'
3 , title: 'Foo'
4 }); -%>
5
6 <%- include(varPath, {
7   url: '/bar'
8 , title: 'Bar'
9 }); -%>
10
11 <%- include(varPath, {
12   url: '/baz'
13 , title: 'Baz'
14 }); -%>
15