Hello everyone!
I have a question: is it possible to apply the NodeBB development, namely the template system, in other projects not related to the forum, for example, on a website, blog, etc, if are also compiled using Nodejs?
For example to automate copy header, footer, head meta tag on all html pages on websites with one line in code
{{ each header }} {{ end }}
content
{{ each footer }} {{ end }}
Templating System - NodeBB Documentation
Documentation portal for NodeBB Forum Software
(docs.nodebb.org)
I'm read about template technology like Expressjs, Pug and I don't understand how use it, so I think your Benchpressjs is a really cleaner version for build templates, but this project adaptive only for the NodeBB forum CMS or it's posibbls use to create blogs, sites?