Set up basic template for player tracker

This commit is contained in:
Chris Wilson
2021-02-23 19:34:35 -05:00
parent 9c8169afa2
commit 34c74c9d2a
5 changed files with 205 additions and 9 deletions
+4 -4
View File
@@ -35,10 +35,10 @@
<th class="center-column">
<img class="alttp-sprite" src="{{ icons[name] }}" alt="{{ name|e }}">
</th>
{%- else -%}
<th class="center-column">{{ name|e }}</th>
{%- endif -%}
{%- endfor -%}
{%- else -%}
<th class="center-column">{{ name|e }}</th>
{%- endif -%}
{%- endfor -%}
</tr>
</thead>
<tbody>