mirror of
https://github.com/rad1o/server.git
synced 2026-03-03 08:44:02 +01:00
16 lines
222 B
Plaintext
16 lines
222 B
Plaintext
<%- include('includes/menu-item', {
|
|
url: '/foo'
|
|
, title: 'Foo'
|
|
}); -%>
|
|
|
|
<%- include('includes/menu-item', {
|
|
url: '/bar'
|
|
, title: 'Bar'
|
|
}); -%>
|
|
|
|
<%- include('includes/menu-item', {
|
|
url: '/baz'
|
|
, title: 'Baz'
|
|
}); -%>
|
|
|