mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 10:22:53 +00: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'
|
|
}); -%>
|
|
|