1
0
mirror of https://github.com/ascribe/wp-theme synced 2025-01-03 18:35:08 +01:00
wp-theme/ascribe/content-main.php
2015-11-02 11:18:22 +01:00

4 lines
125 B
PHP

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