mirror of
https://github.com/ultrasn0w/huso.git
synced 2025-12-14 05:59:53 +01:00
More struct work
This commit is contained in:
@@ -30,9 +30,9 @@ body { background-color: #1a1a1a; color: #fff; }
|
||||
<table>
|
||||
{% for _, anime := range animes %}
|
||||
<tr>
|
||||
<td><strong>{%s anime.Data.Title %}</strong></td>
|
||||
<td><strong>{%s anime.Title %}</strong></td>
|
||||
<td>{%dl anime.Anime %}</td>
|
||||
<td>{%d anime.Data.Episodes %}</td>
|
||||
<td>{%d anime.Episodes %}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user