| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!-- { | |
| 2 "title": "Awesome page", | |
| 3 "image": { | |
| 4 "url": "/img/awesome.jpg", | |
| 5 "height": 768 | |
| 6 }, | |
| 7 "tags": ["awesome", "news"] | |
| 8 } | |
| 9 Some extra comment text | |
| 10 --> | |
| 11 | |
| 12 {{ title }} | |
| 13 {{ image['height'] }} | |
| 14 <!-- Test comment --> | |
| 15 {{ tags[0] }} | |
| OLD | NEW |