Going through a very basic tutorial on backbone.js views.
The expected behavior is to call the render function when #sayhello button is clicked. Render simply uses
If you are dynamically rendering the page using the templates, then in the render function consider calling view.setElement(...);
this.setElement($('#login-container'));