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.
 
 
 

15 lines
360 B

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