// Return fixed path to given path function template_url(path) {

return "views/" + path + ".html";

}