mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 17:23:55 +01:00
4 lines
103 B
PHP
4 lines
103 B
PHP
<?php $controller = new Controller(); ?>
|
|
<main>
|
|
<?php echo $controller->loopSubtemplates(); ?>
|
|
</main>
|