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

2 lines
52 B
HTML
Raw Permalink Normal View History

2022-05-31 15:49:17 +00:00
<h1>Hello {{name}}</h1>
<p>The time is: {{time}}</p>