fenekku / moustachu

Mustache templating for Nim
65 stars 8 forks source link

Having problem in sending data #24

Open AritraBanik08 opened 9 months ago

AritraBanik08 commented 9 months ago
Row = seq[string]

I have a seq[Row] variable that I want to send to the mustache template but I don't know how. Can you show me how to send the data to the mustache template and how to show the data in a list. Thank you for your help as I have just started to use the mustache library.