Also convert index.html to 4-space indentation.
Let ConversationListItemView save a reference to its corresponding ConversationView. This lets it render or delegate/undelegate events when opening and closing a conversation. Similarly for ConversationView itself, which contains a MessageListView.
One that resides in the left hand column as a list item, and another which displays in the main column and handles ui events therein.