is it better practice to :1) put most div's in index.html - then hide with css display:none - then display:block / display:none with view events
2) use lots of small template files called from views 3) render html code in js view functions 4) use html js scripts in index.html then call with view events
