documentation

render a template using the provided data

post/render

Request body

templatestring required

template as string

contextstring required

context as string

Example request

{
  "template": "{{!mustache}}",
  "context": "{}"
}

Response

successful operation

Changes