PageRenderTime 35ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/scalate-util/src/test/resources/moustache/js/section_as_context.js

http://github.com/scalate/scalate
JavaScript | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | 27422da0b0c950aa5aba3d2a98325dba MD5 | raw file
  1. var section_as_context = {
  2. a_object: {
  3. title: 'this is an object',
  4. description: 'one of its attributes is a list',
  5. a_list: [{label: 'listitem1'}, {label: 'listitem2'}]
  6. }
  7. };