Are there any template engines available that can convert a JSON-LD response to HTML using JavaScript in the browser or with Node.js?
I have looked into SPARQL Web Pages and SPARQL Template Transformation Language, but they seem like large standards that may never be fully implemented in any language. I couldn't find any implementations of them.
The closest option I found is Jassa, but it is not considered production ready yet (only 33% coverage).
Do you know of any other options worth mentioning?