1
0
mirror of https://github.com/ascribe/wp-theme synced 2024-06-10 20:00:16 +02:00
wp-theme/content-main.php

5 lines
129 B
PHP

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