type Ddd struct {
Doc string
Pastabos []string
}
type TemplateData struct {
DocPastabos []Ddd
}
data := TemplateData{
DocPastabos: []Ddd{
{
Doc: "sdfsdf",
Pastabos: []string{
"dfdfdf", "sdfsdfsdf",
},
},
{
Doc: "sdfwerwerwesdf",
Pastabos: []string{
"dfdwerwefdf", "sdfertertertsdfsdf",
},
},
},
}
Hi,
Is it possible make two levels ul/ol list?
I have data:
I get this result in docx:
I need this result: