Questions tagged [jade4j]

The main goal of jade4j is to seamlessly handle jade templates within Java, eliminating the dependency on a JavaScript environment. It ensures full compatibility with the original jade syntax.

Transferring form data from Jade to Node.js for submission

My Jade template includes the following form structure: form(action='/scheduler/save/' + project.Id, method='post') div.form-group label.control-label.col-md-2 RecurringPattern div.col-md-10 ...