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

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

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