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

2 lines
52 B
HTML
Raw Normal View History

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