Files
nerak/03_hello_world_html_db/hello_world.html
T
2026-06-22 16:20:20 -05:00

8 lines
114 B
HTML

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