 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| Index: tests/test_site/pages/metadata_json_comment.tmpl | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/tests/test_site/pages/metadata_json_comment.tmpl | 
| @@ -0,0 +1,15 @@ | 
| +<!-- { | 
| + "title": "Awesome page", | 
| + "image": { | 
| + "url": "/img/awesome.jpg", | 
| + "height": 768 | 
| + }, | 
| + "tags": ["awesome", "news"] | 
| +} | 
| +Some extra comment text | 
| +--> | 
| + | 
| +{{ title }} | 
| +{{ image['height'] }} | 
| +<!-- Test comment --> | 
| +{{ tags[0] }} |