 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 | 
|---|---|
| 1 <!-- | 1 <!-- | 
| 2 template = empty | |
| 3 test_list = [awesome, news] | 2 test_list = [awesome, news] | 
| 4 title = Awesome page | 3 title = Awesome page | 
| 5 Some extra comment text | 4 Some extra comment text | 
| 6 --> | 5 --> | 
| 7 | 6 | 
| 8 {{ test_list[0] }} | 7 {{ test_list[0] }} | 
| 9 <!-- Test comment --> | 8 <!-- Test comment --> | 
| 10 {{ title }} | 9 {{ title }} | 
| LEFT | RIGHT |