How to use the nodal.Template function in nodal

To help you get started, we’ve selected a few nodal examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github keithwhor / nodal / src / app / controllers / error / 404_controller.js View on Github external
get() {

      this.status(404);

      this.render(
        Nodal.Template.generate('error/404.html').render(this.params)
      );

    }

nodal

An API Server and Framework for node.js

MIT
Latest version published 1 year ago

Package Health Score

48 / 100
Full package analysis