mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
13 lines
197 B
JavaScript
13 lines
197 B
JavaScript
exports.templateData = {
|
|
zero: 0,
|
|
person: {
|
|
name: "John",
|
|
address: {
|
|
city: "San Jose",
|
|
state: "CA",
|
|
line1: "2065 E. Hamilton Ave.",
|
|
zip: "95125",
|
|
},
|
|
},
|
|
};
|