Binder allows you to use JavaScript template literals wrapped in { and } within your custom elements.
Anything with the :render attribute will be rendered as a template when this.render() is called.
There are two render modes, the first (shown above) is a basic replacement of variables within the controller.
If you need more flexibility you can use :render.eval to use full JavaScript expressions in your template.