Files
nerak/03_hello_world_html_db/hello_world.mustache.html
T

8 lines
98 B
HTML
Raw Normal View History

2025-07-24 12:46:01 -05:00
<html>
<body>
{{#greeting}}
<p>Hello {{name}}</p>
{{/greeting}}
</body>
</html>