{
  "nunjucksPaths": ["/"],
  "scripts": ["/nationalarchives/all.js"],
  "assets": ["/nationalarchives/assets"],
  "stylesheets": [
    "/nationalarchives/prototype-kit.css",
    "/nationalarchives/font-awesome.css"
  ],
  "templates": [
    {
      "name": "Plain text",
      "path": "/nationalarchives/templates/prototype-kit/plain.njk",
      "type": "nunjucks"
    },
    {
      "name": "Listing page",
      "path": "/nationalarchives/templates/prototype-kit/list.njk",
      "type": "nunjucks"
    },
    {
      "name": "Index grid page",
      "path": "/nationalarchives/templates/prototype-kit/index-grid.njk",
      "type": "nunjucks"
    },
    {
      "name": "Page not found error page",
      "path": "/nationalarchives/templates/prototype-kit/error-page-not-found.njk",
      "type": "nunjucks"
    }
  ]
}
