Plato on Github
Report Home
ampersand/template/shared/client/pages/info.js
Maintainability
72.31
Lines of code
8
Difficulty
3.64
Estimated Errors
0.05
Function weight
By Complexity
By SLOC
var PageView = require('./base'); var templates = require('../templates'); module.exports = PageView.extend({ pageTitle: 'more info', template: templates.pages.info });