Separate files for template code?
Hi,
I was looking at the h5p javascript libraries, and noticed some EJS markup in the JavaScript code. For example:
https://github.com/h5p/h5p-question-set/blob/master/js/questionset.js#L22
I think this would be more maintainable and more readable if it was in a separate files, like text.ejs and result.ejs. Would this change be easy to implement? Would the h5p developers be interested in a change like this?