 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: | 
| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 { | |
| 2 "title": "Awesome page", | |
| 3 "template": "empty", | |
| 4 "image": { | |
| 5 "url": "/img/awesome.jpg", | |
| 6 "height": 768 | |
| 7 }, | |
| 8 "tags": ["awesome", "news"] | |
| 9 } | |
| 10 | |
| 11 {{ title }} | |
| 12 {{ image['height'] }} | |
| 13 <!-- Test comment --> | |
| 14 {{ tags[0] }} | |
| OLD | NEW |