mirror of
https://github.com/nxshock/promodj.git
synced 2024-11-27 03:01:01 +05:00
Format HTML template
This commit is contained in:
parent
10f9b4b73e
commit
e3f910e1ab
@ -15,10 +15,8 @@
|
||||
<main>
|
||||
<h1>Список жанров</h1>
|
||||
<ul id="genres-list">
|
||||
<li><a href="/getm3u?top100=1">TOP 100</a></li>
|
||||
{{range .Genres}}
|
||||
<li><a href="/getm3u?genre={{.Code}}">{{.Name}}</a></li>
|
||||
{{end}}
|
||||
<li><a href="/getm3u?top100=1">TOP 100</a></li>{{range .Genres}}
|
||||
<li><a href="/getm3u?genre={{.Code}}">{{.Name}}</a></li>{{end}}
|
||||
</ul>
|
||||
</main>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user