// Using commonjs instead of ejs, because more widely compatible const mustache = require( 'mustache' ); // Define view options (for rendering with mustache) const view = { // Colours 'colour_foreground': '', }