mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 09:13:38 +01:00
4 lines
125 B
PHP
4 lines
125 B
PHP
<?php $controller = new Controller(); ?>
|
|
<main class="above-chevron">
|
|
<?php echo $controller->loopSubtemplates(); ?>
|
|
</main>
|