

<?php
$this->placeholder('leftCol')->append( $this->render('index/_partials/main-menu.phtml','jobs'));

$this->placeholder('infoCol')->append( $this->render('index/_partials/jobs-menu.phtml','jobs'));

echo '<div class="content">';

echo $this->jobs()->renderJob($this->job);
echo '</div></section>';



