6 lines
179 B
Plaintext

<await(data.promiseData)>
<@then|promiseData|>
BEFORE <if(true)>${promiseData.noprop.value}</if> AFTER
</@then>
<@catch>something went wrong!</@catch>
</await>