{
    "$schema": "https://www.jsontemplates.io/schema/v1.json",
    "format": "LETTER",
    "width": 216,
    "height": 279,
    "elements": [
        {
            "type": "VerticalLayout",
            "elements": [
                {
                    "type": "TextBlock",
                    "content": "{{ greeting }} {{ farewell }}"
                }
            ]
        }
    ]
}
