{
  "_comment": "The templates offered in Settings > Templates. A site can add its own: drop <id>.html (and optionally <id>-nologo.html) beside this file and add an entry. `nologo: false` means the style has nowhere to put a logo, so it is used as-is either way.",
  "templates": [
    { "id": "classic", "name": "Classic", "nologo": true,
      "description": "Logo top left, invoice details top right. The traditional letterhead layout." },
    { "id": "modern", "name": "Modern", "nologo": true,
      "description": "A dark masthead band across the top carrying the logo and the invoice number." },
    { "id": "minimal", "name": "Minimal", "nologo": false,
      "description": "Typographic and unfilled - no logo, no colour. Prints cleanly in black and white." }
  ]
}
