1
0
CompleteNodeJS/web-server/templates/partials/header.hbs
2019-10-05 18:06:33 -06:00

8 lines
115 B
Handlebars

<h1>{{title}}</h1>
<div>
<a href="/">Weather</a>
<a href="/about">About</a>
<a href="/help">Help</a>
</div>