Edge Template Basics
Get familiar with the basics of Edge.
We'll cover the following
Edge uses double curly braces {{}}
as a basic template to display variables. It also escapes and does not render any HTML tags. To render raw HTML tags, we must use the triple curly braces {{{}}}
. These concepts are demonstrated in the code below:
Displaying a variable and rendering raw HTML
Get hands-on with 1400+ tech skills courses.