mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
6 lines
179 B
Plaintext
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> |