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 &
9 lines (8 loc) • 352 B
HTML
<div class="sub_container">
<div class="logo-col"><img src="/default/images/logo.png" alt=""> </div>
<h2>Test Parital from {{title}}</h2>
<div class="footer">
<p>Sleek.js © All Rights Reserved 2013</p>
<p>Powered by <a href="http://cubettech.com" target="_blank">Cubet Techno Labs, Cochin</a></p>
</div>
</div>