{
  "version": 3,
  "sources": [
    "fixtures/simple-include/layout.pug",
    "fixtures/simple-include/includes/head.pug",
    "fixtures/simple-include/includes/foot.pug"
  ],
  "names": [],
  "mappings": ";;AAAA;AACA;AACA;ACDA;AACA;AACA;;AAEA;AAGA;ADHA;AACA;;;AACA;;AACA;;AACA;;;;;AACA;;;;;;;;;;;;;;AETA;AACA",
  "file": "fixtures/simple-include/layout.pug.js",
  "sourcesContent": [
    "- var App = { version: '1.0.0' }\ndoctype html\nhtml\n  include includes/head.pug\n\n  body\n    h1 My Site #{ App.version }\n    p Welcome to my super lame site.\n    ul\n    for item in items\n      li= item.name\n\n    include includes/foot.pug\n",
    "//- includes/head.pug\nhead\n  meta(chaset=\"utf-8\")\n  title My Site\n\n  script(type=\"javascript\")\n    include /js/items.js\n\n  style(type=\"text/css\")\n    include /css/main.css\n",
    "//- includes/foot.pug\nfooter#footer\n  p Copyright (c) foobar\n"
  ]
}