no-framework-tutorial/implementation/18-caching/templates/hello.html

7 lines
138 B
HTML
Raw Normal View History

2022-04-06 21:43:03 +00:00
{{> partials/head }}
<div class="column col-auto">
<h1>Hello {{name}}</h1>
<p>The time is {{now}}</p>
</div>
{{> partials/foot }}