1
0
mirror of https://github.com/ascribe/wp-theme synced 2024-12-22 17:23:55 +01:00
wp-theme/content-main.php

4 lines
103 B
PHP

<?php $controller = new Controller(); ?>
<main>
<?php echo $controller->loopSubtemplates(); ?>
</main>