aboutsummaryrefslogtreecommitdiff
path: root/templates/forms/info_input.php
blob: 7461b7c20d5583eca0633dfddc1691ecf42b9db7 (plain)
1
2
3
4
5
6
7
8
<div class="formpart">
    <article class="studip">
        <header>
            <h1><?= htmlReady($title) ?></h1>
        </header>
        <?= formatReady($value) ?>
    </article>
</div>