| 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 |