2024-04-17 18:06:45 -06:00
|
|
|
<!-- Linking forms.css -->
|
2024-04-19 19:19:42 -06:00
|
|
|
<div class="login-page account-info-card" id="login-page">
|
|
|
|
|
<div class="form-container" id="login-form">
|
|
|
|
|
<a id="username">Username: {{user.username}}</a>
|
|
|
|
|
<a style="text-decoration: underline;">Favorite Teams:</a> <br>
|
|
|
|
|
{{#each fav_teams}}
|
2024-04-21 23:03:51 -06:00
|
|
|
<img id="teamlogo" src="{{this.teamlogo}}" alt="teamlogo">
|
|
|
|
|
<span>{{this.teamname}}</span> <br>
|
2024-04-19 19:19:42 -06:00
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|