var HelpPage = React.createClass({ render: function() { return (

Help

Content will go here

Subsection

More content

Even more content

); } });