Page layout: default.hbs

Page src: test/fixtures/pages/yfm/document.hbs

Page dest: test/actual/yfm/document.html

Dest filename: document.html

Dest basename: document

Page title: (no title defined)



Customer Information

Receipt:
Oz-Ware Purchase Invoice
Date:
2007-08-06
First Name:
Dorothy
Last Name:
Gale

Order Information

Items:
Item #0
Part No:
A4786
Description:
Water Bucket (Filled)
Price:
$1.47
Qty:
4
Item #1
Part No:
E1628
Description:
High Heeled "Ruby" Slippers
Price:
$100.27
Qty:
1

Address Information

Bill To:
Billing Street:
123 Tornado Alley Suite 16
Billing City:
East Centerville
Billing State:
KS
Ship To:
Shipping Street:
123 Tornado Alley Suite 16
Shipping City:
East Centerville
Shipping State:
KS

Delivery Instructions

Follow the Yellow Brick Road to the Emerald City. Pay no attention to the man behind the curtain.

Content


Page

Each pages

Debug Info


{
  "_page": "all",
  "assets": "../../assets",
  "basename": "document",
  "bill-to": {
    "street": "123 Tornado Alley\nSuite 16\n",
    "city": "East Centerville",
    "state": "KS"
  },
  "customer": {
    "given": "Dorothy",
    "family": "Gale"
  },
  "data": {
    "receipt": "Oz-Ware Purchase Invoice",
    "date": "2007-08-06T00:00:00.000Z",
    "prettyDate": "2007-08-06",
    "customer": {
      "given": "Dorothy",
      "family": "Gale"
    },
    "items": [
      {
        "part_no": "A4786",
        "descrip": "Water Bucket (Filled)",
        "price": 1.47,
        "quantity": 4
      },
      {
        "part_no": "E1628",
        "descrip": "High Heeled \"Ruby\" Slippers",
        "size": 8,
        "price": 100.27,
        "quantity": 1
      }
    ],
    "bill-to": {
      "street": "123 Tornado Alley\nSuite 16\n",
      "city": "East Centerville",
      "state": "KS"
    },
    "ship-to": {
      "street": "123 Tornado Alley\nSuite 16\n",
      "city": "East Centerville",
      "state": "KS"
    },
    "specialDelivery": "Follow the Yellow Brick Road to the Emerald City. Pay no attention to the man behind the curtain.\n"
  },
  "date": "2007-08-06T00:00:00.000Z",
  "dest": "test/actual/yfm/document.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": "document.html",
  "first": false,
  "index": 5,
  "isCurrentPage": false,
  "items": [
    {
      "part_no": "A4786",
      "descrip": "Water Bucket (Filled)",
      "price": 1.47,
      "quantity": 4
    },
    {
      "part_no": "E1628",
      "descrip": "High Heeled \"Ruby\" Slippers",
      "size": 8,
      "price": 100.27,
      "quantity": 1
    }
  ],
  "last": false,
  "middle": true,
  "next": 6,
  "number": 6,
  "page": "\n  \n  \n    \n    Layout filename: '{{layout}}'\n    \n    \n  \n  \n    
\n\n \n
\n
\n
\n

{{page.src}}{{page.dest}}

\n
\n
\n
\n\n {{pager pagination}}\n
\n\n
\n \n
\n
\n \n {{nav pagination}}\n
\n
\n \n
\n
\n
\n

Page layout: {{default originalLayout '(no layout defined)'}}

\n

Page src: {{page.src}}

\n

Page dest: {{page.dest}}

\n

Dest filename: {{page.filename}}

\n

Dest basename: {{page.basename}}

\n

Page title: {{default title '(no title defined)'}}

\n
\n\n
\n
\n
\n \n {{#if categories}}\n {{> collections-categories }}\n {{/if}}\n
\n
\n {{#if tags}}\n {{> collections-tags }}\n {{/if}}\n
\n
\n\n
\n\n \n
\n

{{{title}}}

\n
\n\n\n\n
\n

Customer Information

\n
\n
Receipt:
\n
{{receipt}}
\n\n
Date:
\n
{{prettyDate}}
\n\n
First Name:
\n
{{customer.given}}
\n\n
Last Name:
\n
{{customer.family}}
\n
\n
\n\n
\n\n\n
\n

Order Information

\n
\n
Items:
\n {{#each items}}\n
\n Item #{{@index}}\n
\n
Part No:
\n
{{part_no}}
\n
Description:
\n
{{descrip}}
\n
Price:
\n
${{price}}
\n
Qty:
\n
{{quantity}}
\n
\n
\n {{/each}}\n
\n
\n
\n\n\n
\n

Address Information

\n Bill To:\n
\n
Billing Street:
\n
{{bill-to.street}}
\n
Billing City:
\n
{{bill-to.city}}
\n
Billing State:
\n
{{bill-to.state}}
\n
\n Ship To:\n
\n
Shipping Street:
\n
{{ship-to.street}}
\n
Shipping City:
\n
{{ship-to.city}}
\n
Shipping State:
\n
{{ship-to.state}}
\n \n
\n
\n\n\n
\n

Delivery Instructions

\n

{{{specialDelivery}}}

\n
\n\n
\n

Content

\n
\n \n\n
\n
\n\n

Page

\n \n

Each pages

\n \n\n

Debug Info

\n {{{inspect page 'json'}}}\n
\n
\n
\n
\n
\n \n \n\n", "pageName": "document.html", "pagename": "document.html", "prettyDate": "2007-08-06", "prev": 4, "receipt": "Oz-Ware Purchase Invoice", "relativeLink": "document.html", "ship-to": { "street": "123 Tornado Alley\nSuite 16\n", "city": "East Centerville", "state": "KS" }, "specialDelivery": "Follow the Yellow Brick Road to the Emerald City. Pay no attention to the man behind the curtain.\n", "src": "test/fixtures/pages/yfm/document.hbs" }