8 lines
98 B
HTML
8 lines
98 B
HTML
<html>
|
|
<body>
|
|
{{#greeting}}
|
|
<p>Hello {{name}}</p>
|
|
{{/greeting}}
|
|
</body>
|
|
</html>
|