Returns nullable string describing which part of the main page is open.
string
function getMainPage(state) { return state.views["Main"]; }