no-framework-tutorial/implementation/11/templates/hello.html

2 lines
52 B
HTML
Raw Normal View History

2022-05-30 18:40:45 +00:00
<h1>Hello {{name}}</h1>
<p>The time is: {{time}}</p>