1
0
CompleteNodeJS/web-server/templates/partials/header.hbs
2019-10-08 17:53:55 -06:00

8 lines
125 B
Handlebars

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