 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_old_comment.tmpl | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/tests/test_site/pages/metadata_old_comment.tmpl | 
| @@ -0,0 +1,10 @@ | 
| +<!-- | 
| +template = empty | 
| +test_list = [awesome, news] | 
| +title = Awesome page | 
| +Some extra comment text | 
| +--> | 
| + | 
| +{{ test_list[0] }} | 
| +<!-- Test comment --> | 
| +{{ title }} |