TwitchBot/node_modules/mustache/test/_files/section_as_context.js
Steve Saldivar ec2e35c117 commit
2013-05-07 14:03:51 -07:00

11 lines
183 B
JavaScript

({
a_object: {
title: 'this is an object',
description: 'one of its attributes is a list',
a_list: [
{label: 'listitem1'},
{label: 'listitem2'}
]
}
})