You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
529 B

{{define "pageheader"}}
<div class="header">
<img src="/assets/images/logo.jpg" class="logo"/>
{{if eq .isLoggedIn false}}
<h1 class="title">
<a href="/" class="title-link">Sponsor A Hacker</a>
</h1>
<a href="/login" class="login-banner-link">Login</a>
{{ else }}
<h1 class="title">
<a href="/welcome" class="title-link">Sponsor A Hacker</a>
</h1>
<a href="/auth/logout/twitch" class="login-banner-link">Logout</a>
{{ end }}
</div>
{{end}}