ildi-wp/home.php
2018-08-10 21:32:21 -05:00

16 lines
372 B
PHP

<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<?php get_header(); ?>
<body>
<a class="skip-nav sr-only" href="#main-content">Skip to main</a>
<?php get_template_part('global-head'); ?>
<main id="main-content" class="container" role="main">
<?php get_template_part('home-loop'); ?>
</main>
<?php get_footer(); ?>
</body>
</html>