Files
dis-2019/index.php
2019-06-04 19:35:01 +02:00

13 lines
193 B
PHP

<?php get_header();?>
<!-- section -->
<section id="content">
<?php get_template_part('loop');?>
<?php get_template_part('loadmore');?>
</section>
<!-- /section -->
<?php get_footer();?>