# Example Title
## Connected Web

### Theme
* Background Color : #E84
* Font Color : #222

### JSON
```json
{
  "title": "Example Title",
  "theme": {
    "backgroundColor": "#E84",
    "fontColor": "#222"
  },
  "author": "Connected Web",
  "referenced-data": {
    "number-list": [
      1,
      2,
      3,
      4
    ],
    "date": "27th March 2017",
    "time": "15:42"
  }
}
```
