-
for _, proposition := range entry.Propositions {
- { proposition } }
package component import ( "fmt" common "forge.cadoles.com/wpetit/kouiz/internal/http/handler/webui/common/component" "forge.cadoles.com/wpetit/kouiz/internal/store" ) type HistoryPageVModel struct { History []*store.QuizTurn } templ HistoryPage(vmodel HistoryPageVModel) { @common.AppPage(common.WithPageOptions( common.WithTitle("Historique"), )) {