// Return fixed path to given path function template(path) { return "views/" + path + ".html"; }