You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
659 B

<main>
<section id="sidebar">
<?php $this->widget('ContactDataPublic'); ?>
</section>
<div>
<?php $this->widget('PublicNavigation');?>
<?php $this->widget('Blog');?>
<footer>
<ul class="list">
<li>
<span class="primary icon gray">
<i class="material-symbols">cloud_queue</i>
</span>
<div>
<p class="center"><a target="_blank" href="https://movim.eu">Powered by Movim</a></p>
</div>
</li>
</ul>
</footer>
</div>
</main>