UNPKG

the-tramp

Version:

Chaplin.js on Node.js. Use it for performance boosts, SEO, re-usability.

8 lines (6 loc) 190 B
template = require 'views/templates/home' View = require 'views/base/view' module.exports = class HomePageView extends View autoRender: true className: 'home-page' template: template