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.
24 lines
609 B
24 lines
609 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> |
|
|
|
<div class="login-container"> |
|
{{if eq .isLoggedIn true}} |
|
{{template "logoutButton"}} |
|
{{ else }} |
|
{{template "loginButton" . }} |
|
{{ end }} |
|
</div> |
|
</div> |
|
|
|
<h2 class="goals">Reach Your Goals</h2> |
|
</body> |
|
</html> |