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