Parsley code used to return the the search results:
{{ instance.searchformatted(my search term) }}
instance.domain
If domain is set for the instance, this call will return it.
{{ instance.domain }}
instance.lorem(number)
Generate lorem ipsum placeholder text on the fly.
{{ instance.lorem(200) }}
instance.sendemail(subject, body, to_address)
Send an email with a Parsley call. This requires a verified email in settings > contact form. Use ,, the ascii code for a comma in place of commas in the subject and body arguments.
{{instance.sendemail(hello stuaaaaaart,You are my biggest, bestest fan, [email protected])}}
Truepath takes in a UUID-like identifier, called a "ZUID", which can be located in the the Zesty.io Manager url. Truepath returns a perfect url path to the znode content id. Use true path to ensure links never break.