| 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 Some extra comment text | |
| 11 --> | |
| 12 | |
| 13 {{ title }} | |
| 14 {{ image['height'] }} | |
| 15 <!-- Test comment --> | |
| 16 {{ tags[0] }} | |
| OLD | NEW |