package tpl import ( "sh.org.ru/pkg/model" ) templ Random(quotes []model.Quote) { for _, q := range quotes { @Quote(&q) } Загрузить ещё... }