Files
mccans-theme/index.php
2025-05-20 14:15:03 -07:00

8 lines
67 B
PHP

<?php
get_header();
echo site()->render("index");
get_footer();