double curly braces in html

Solutions on MaxInterview for double curly braces in html by the best coders in the world

showing results for - "double curly braces in html"
Alex
03 Sep 2019
1The double curly brackets are not HTML but scripting code. 
2The term inside, interest, is a placeholder, sort of like the name 
3and address in a form letter. The string {{interest}} 
4will be replaced when the HTML template is converted into straight HTML 
5that is sent over the network to the user.
6example:
7<p> The interest earned is: {{interest}} </p>