| 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 | 9 |
| 11 {{ title }} | 10 {{ title }} |
| 12 {{ image['height'] }} | 11 {{ image['height'] }} |
| 13 <!-- Test comment --> | 12 <!-- Test comment --> |
| 14 {{ tags[0] }} | 13 {{ tags[0] }} |
| LEFT | RIGHT |