Left: | ||
Right: |
LEFT | RIGHT |
---|---|
(no file at all) | |
1 { | |
2 "title": "Awesome page", | |
3 "image": { | |
4 "url": "/img/awesome.jpg", | |
5 "height": 768 | |
6 }, | |
7 "tags": ["awesome", "news"] | |
8 } | |
9 | |
10 {{ title }} | |
11 {{ image['height'] }} | |
12 <!-- Test comment --> | |
13 {{ tags[0] }} | |
LEFT | RIGHT |