🤖
Alphi
  • Welcome to Alphi
  • Projects
    • 📗Creating a project
    • 🔗Allowed Hosts
    • 👥Collaborators
  • Flow Builder
    • Overview
    • ⚡Methods
    • 🎛️Parameters
    • 🧱Nodes
    • 👟Running
    • 🚀Environments
  • Connections
    • Overview
    • 🔑Add an API Key
    • 🔓OAuth Connections
  • Authentication
    • Overview
    • 🟡Outseta
    • 🔵Memberstack
    • 🟠Firebase
  • Nodes
    • 🌐HTTP Request
    • 🛣️Logic
    • 🗜️Flatten
    • 🪣Filter Keys
    • 🔤Format Keys
    • 🏷️Rename Keys
    • 🔩Drill Down
    • ⬅️Get Values
    • 🪄Set Dataset
    • ✨Set Property
    • 🍪Set Cookie
    • 🔑Set Connection
    • #️⃣Encode JWT
    • 🔢Decode JWT
    • 🖼️Render
    • 📜Ethereum - Verify Message
  • Response Nodes
    • 👾JSON Response
    • 🎨HTML Response
    • 🔗HTTP Redirect
    • 🚫Error
Powered by GitBook
On this page
  • Options
  • Template
  • Data
  • Output
  • HTML Attributes
  • Helpful tips
  1. Nodes

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

Attribute
Description

ssr-text

Set the element's textContent property.

ssr-for

Render a list of items based on an array.

Syntax: item in items where items is the source data array and item is an alias for the array element being iterated on.

ssr-attr:src

Set the element's src property.

ssr-attr:href

Set the element's href property.

Helpful tips

PreviousDecode JWTNextEthereum - Verify Message

Last updated 2 years ago

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

🖼️
HTTP Request