<footer>
<? if($conference->hasFooterHtml()): ?>
<?= $conference->getFooterHtml() ?>
<? else: ?>
by <a href="https://c3voc.de">c3voc</a>
<? endif ?>
</footer>