 Issue 29516687:
  Issue 4488 - Add support for JSON page front matter  (Closed) 
  Base URL: https://hg.adblockplus.org/cms
    
  
    Issue 29516687:
  Issue 4488 - Add support for JSON page front matter  (Closed) 
  Base URL: https://hg.adblockplus.org/cms| Left: | ||
| Right: | 
| LEFT | RIGHT | 
|---|---|
| (no file at all) | |
| 1 { | |
| 2 "title": "Awesome page", | |
| 3 "image": { | |
| 4 "url": "/img/awesome.jpg", | |
| 5 "height": 768 | |
| 6 }, | |
| 7 "tags": ["awesome", "news"] | |
| 8 } | |
| 9 | |
| 10 {{ title }} | |
| 11 {{ image['height'] }} | |
| 12 <!-- Test comment --> | |
| 13 {{ tags[0] }} | |
| LEFT | RIGHT |