File: menu_var.ejs

package info (click to toggle)
node-ejs 2.5.7-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 672 kB
  • sloc: javascript: 1,615; sh: 2; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (5)
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'
}); -%>