Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 <!-- { | 1 <!-- { |
2 "title": "Awesome page", | 2 "title": "Awesome page", |
3 "template": "empty", | 3 "image": { |
4 "image": { | 4 "url": "/img/awesome.jpg", |
5 "url": "/img/awesome.jpg", | 5 "height": 768 |
6 "height": 768 | 6 }, |
7 }, | 7 "tags": ["awesome", "news"] |
8 "tags": ["awesome", "news"] | 8 } |
9 } | |
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 |