🖼️Render

The Render node allows you to render a template string into a dynamic string using placeholders and HTML attributes.

Options

Template

This is the template string containing placeholders for the dynamic data.

The most common way to add placeholders in a template string is to use double curly braces {{data.title}} although HTML attributes can also be used for HTML templates.

Data

This is a dataset containing the data that will be used to populate the template placeholders. It can include variables, lists, dictionaries, etc.

Output

Returns a new dataset with the property content, which includes the dynamic string.

HTML Attributes

Helpful tips

  • By combining the HTTP Request node and the Render node you can create dynamic web pages using page builders like Webflow.

Last updated