Here’s what we’re after: ``` html <parametric-svg f="(a, b) => `The sum of a and b is ${a + b}`"> ```
Here’s what we’re after: