I create my custom theme. Into the main.php I add <?php echo $content?> like into the default theme. At the rendering time Yii wraps my views to <div class="container"> and <div id="content"> and puts the rendered view into the layout. How to disable output of these divs?