Files
nerak/03_hello_world_html_db/hello_world.mustache.html
T
2026-05-30 17:03:25 -05:00

8 lines
114 B
HTML

<html>
<body>
{{#hello_world_data}}
<p>Hello {{name}}</p>
{{/hello_world_data}}
</body>
</html>