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