what to learn for nodebb theme
-
@charles this is the templating engine nodebb uses
there is some documentation about it in the wiki https://nodebb-francais.readthedocs.org/projects/nodebb/en/latest/themes/templates.html#templating-basics
and on its github page
https://github.com/psychobunny/templates.js/blob/master/README.md#template-syntax -
@charles templates.js is not too complex. all you need to know is loops, conditionals and import.
Couple of things not in the documentation...
- you can't do more than one test in a conditional (no and's or or's)
- loops won't do anything if the array is empty so, no need to check if the array has items
Copyright © 2024 NodeBB | Contributors