To activate this template add the following to your conf/local.php file:
$conf['template']    = 'minimalmobile';

Get rid of the TOC, that takes a lot of space in mobile screens.
$conf['toptoclevel'] = 0;  // Level starting with and below to include in AutoTOC (max. 5)
$conf['maxtoclevel'] = 0;  // Up to which level include into AutoTOC (max. 5)
