<<gliim code>>Copied!
run-query ="select firstName, lastName from people" output firstName, lastName @<tr> @ <td> @ First name is <<p-out firstName>> @ </td> @ <td> @ Last name is <<p-out lastName>> @ </td> @</tr> end-queryCopied!
@Hello <<call-handler "/some-req">>Copied!
%% /some-req public @world %%Copied!
set-string mins="42" (( my_string @There is <<p-out mins>> minutes left! ))Copied!