no-framework-tutorial/app/templates/hello.html
2022-05-31 18:50:35 +02:00

6 lines
138 B
HTML

{{> partials/head }}
<div class="column col-auto">
<h1>Hello {{name}}</h1>
<p>The time is {{now}}</p>
</div>
{{> partials/foot }}