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>