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.
23 lines
558 B
23 lines
558 B
<html> |
|
<head> |
|
<link rel="stylesheet" type="text/css" href="assets/css/style.css" /> |
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> |
|
</head> |
|
<body> |
|
<div class="header"> |
|
<img src="assets/images/logo.jpg" class="logo"/> |
|
<h1 class="title"> |
|
{{ .title }} |
|
</h1> |
|
|
|
{{if eq .isLoggedIn true}} |
|
<a href="/login" class="login-banner-link">Login</a> |
|
{{ else }} |
|
already logged in |
|
{{ end }} |
|
|
|
</div> |
|
|
|
<h2 class="goals">Reach Your Goals</h2> |
|
</body> |
|
</html> |