mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
12 lines
269 B
Smarty
12 lines
269 B
Smarty
|
<main>
|
||
|
<section>
|
||
|
<div>
|
||
|
<?php //$this->widget('Tabs');?>
|
||
|
|
||
|
<?php $this->widget('Blog');?>
|
||
|
<?php //$this->widget('ContactSummary');?>
|
||
|
<?php //$this->widget('ContactCard');?>
|
||
|
</div>
|
||
|
</section>
|
||
|
</main>
|