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