UNPKG

sleek.js

Version:

Sleek.js is an MVC wrapper Framework implemented from Node.JS, built-in with base dependency on handlebars.js, express.js. Sleek.js architecture follows common format of MVC which makes it easy to handle and build better web apps with pluggable modules &

15 lines (14 loc) 375 B
<!DOCTYPE html> <html> <head> <title>Sleek Js</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="/default/css/style.css" /> {{> getSleekScripts}} {{!Add sleek rendered scripts here}} </head> <body> {{{body}}} {{!Render view here}} </body> </html>