More struct work

This commit is contained in:
daru
2022-04-16 18:56:29 +02:00
parent b021e418e9
commit 95baa2f40c
7 changed files with 34 additions and 33 deletions

View File

@@ -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>