Plain
This component simply renders the value of a variable (or simply a string) wherever you want it, escaping HTML tags (<
becomes <
etc.).
Parameters
This component expects one parameter.
Examples
Example 1: Rendering a string into a <div>
tag.
<div>
tag.returns
Example 2: Render a variable into a <div>
tag.
<div>
tag.returns
Last updated