This is a project built by Matthew Giancola which allows for the generation of templates visually by using a base of standard avaliable HTML tags, POST will save the template code to a directory set on the server and there should be two GET endpoints the main index of the "/" should offer an interface to update or create templates then /<template_name> should return the respective template, calling POST on "/" will return all templates as part of an executable javascript code which can be embedded into a new html file.