File: menu.ejs

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