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