summaryrefslogtreecommitdiff
path: root/app/Template/project/layout.php
blob: ec0392024b1ebe1487a363a2da517a99d3078654 (plain)
1
2
3
4
5
6
7
8
9
10
11
<section id="main">
    <?= $this->projectHeader->render($project, 'TaskListController', 'show') ?>
    <section class="sidebar-container">

        <?= $this->render($sidebar_template, array('project' => $project)) ?>

        <div class="sidebar-content">
            <?= $content_for_sublayout ?>
        </div>
    </section>
</section>