[Tera] Arrays

Hello!

I hope this is the appropriate place to ask questions about Tera. I’m new to Tera and so going through the Tera documentation.

https://tera.netlify.app/docs/#literals says:

arrays: a list of literals and/or idents by [ and ] and comma separated (trailing comma allowed)

  1. What are idents?
  2. Does the above sentence mean “surrounded by [ and ] and comma …”?

Thanks!

  1. Idents are variables, I should probably just call them that everywhere
  2. yep, surrounded
1 Like