mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-17 03:12:07 +02:00
updated so that tpls get loaded on demand as opposed to all at once on load; added a function to pull the tpl list on load instead of having to manually define new templates in code; some clean up; added utils.walk;