worker
Start a named Cotonic worker from a template.
The required src argument names the worker module. Optional name, base,
and args arguments set the worker name, Cotonic base worker, and JSON-encoded
startup arguments. The generated script uses the request's CSP nonce.
For example:
{% worker src="js/my-worker.js" name="example" args=worker_args %}