Page layout: default.hbs

Page src: test/fixtures/pages/yfm/associative-arrays.hbs

Page dest: test/actual/yfm/associative-arrays.html

Dest filename: associative-arrays.html

Dest basename: associative-arrays

Page title: Associative arrays



Associative arrays

Name:
John Smith
Age:
33
Name:
Grace Jones
Age:
21

Content


Page

Each pages

Debug Info


{
  "_page": "all",
  "assets": "../../assets",
  "basename": "associative-arrays",
  "data": {
    "title": "Associative arrays",
    "people": {
      "name": "John Smith",
      "age": 33
    },
    "morePeople": {
      "name": "Grace Jones",
      "age": 21
    }
  },
  "dest": "test/actual/yfm/associative-arrays.html",
  "dirname": "test/actual/yfm",
  "ext": ".html",
  "extname": ".html",
  "filePair": {
    "src": [
      "test/fixtures/pages/yfm/associative-arrays.hbs",
      "test/fixtures/pages/yfm/block-literals.hbs",
      "test/fixtures/pages/yfm/comments.hbs",
      "test/fixtures/pages/yfm/data-files.hbs",
      "test/fixtures/pages/yfm/data-types.hbs",
      "test/fixtures/pages/yfm/document.hbs",
      "test/fixtures/pages/yfm/lists.hbs",
      "test/fixtures/pages/yfm/relational-trees.hbs",
      "test/fixtures/pages/yfm/underscore.hbs",
      "test/fixtures/pages/yfm/variables.hbs"
    ],
    "dest": "test/actual/yfm/",
    "orig": {
      "src": [
        "test/fixtures/pages/yfm/*.hbs"
      ],
      "dest": "test/actual/yfm/"
    }
  },
  "filename": "associative-arrays.html",
  "first": true,
  "index": 0,
  "last": false,
  "middle": false,
  "morePeople": {
    "name": "Grace Jones",
    "age": 21
  },
  "next": 1,
  "number": 1,
  "page": "\n
\n

{{{title}}}

\n
\n\n
\n

Associative arrays

\n
\n {{#people}}\n
Name:
{{name}}
\n
Age:
{{age}}
\n {{/people}}\n {{#morePeople}}\n
Name:
{{name}}
\n
Age:
{{age}}
\n {{/morePeople}}\n
\n
", "pageName": "associative-arrays.html", "pagename": "associative-arrays.html", "people": { "name": "John Smith", "age": 33 }, "src": "test/fixtures/pages/yfm/associative-arrays.hbs", "title": "Associative arrays" }