/** This controller supports displaying static content. @class StaticController @extends Discourse.Controller @namespace Discourse @module Discourse **/ Discourse.StaticController = Discourse.Controller.extend({ needs: ['header'], path: null, showLoginButton: function() { return this.get('path') === '/login'; }.property('path'), loadPath: function(path) { var self = this; this.setProperties({ path: path, content: null }); // Load from