class Test { get data() { return { key: "value1", permalink: data => `/my-permalink/${data.key}/` }; } render({ name }) { return `
${name}