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

8 lines
114 B
HTML
Raw Normal View History

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