summaryrefslogtreecommitdiff
path: root/app/Template/project_overview/description.php
blob: cd6e24509056aaee3aa29f5fce84fa914c81d7d2 (plain)
1
2
3
4
5
6
7
8
<?php if (! empty($project['description'])): ?>
    <div class="page-header">
        <h2><?= $this->text->e($project['name']) ?></h2>
    </div>
    <article class="markdown">
        <?= $this->text->markdown($project['description']) ?>
    </article>
<?php endif ?>