mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-01-04 01:49:37 +05:00
7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
package templates
|
|
|
|
import "github.com/maid-zone/soundcloak/lib/sc"
|
|
|
|
templ Playlist(p sc.Playlist) {
|
|
<h1>{p.Title}</h1>
|
|
} |