Unfortunately I could not find an answer on this question.
How to identify main page from custom theme?
I thought of something like that:
If ($this->context(
is_mainpage)) {...}
in qa-theme.php?
Update: Found in custom themes, but what is the type of mainpage:
if ( ($page_link['type']=='ellipsis') ) ...