Files
JellySport/ProjectSourceCode/src/views/partials/homepage/league-card.hbs
2024-04-09 20:44:20 -06:00

7 lines
153 B
Handlebars

<div class="banner">
<div class="content">
<img src={{logo}} height="120">
<img src={{title}} height="80">
{{flag}}
</div>
</div>