10 lines
332 B
Handlebars
10 lines
332 B
Handlebars
<header class="LP-Header">
|
|
<div class="LP-Header__Logo">
|
|
{{> @image source='/images/logo.png'}}
|
|
</div>
|
|
<div class="LP-Header__UserInformation">
|
|
<span class="LP-Paragraph">
|
|
Hi there!{{> @link url="#" text="Login"}} or {{> @link url="#" text="Sign up"}}
|
|
</span>
|
|
</div>
|
|
</header> |