shorgru/pkg/tpl/random.templ

12 lines
219 B
Text

package tpl
import (
"sh.org.ru/pkg/model"
)
templ Random(quotes []model.Quote) {
for _, q := range quotes {
@Quote(&q)
}
<a role="button" hx-get="/random" hx-swap="outerHTML">Загрузить ещё...</a>
}