indite/404.php
Alexander Agnarson 99e1d1bc56 Initial commit
2019-08-02 15:06:42 +02:00

11 lines
No EOL
181 B
PHP

<?php get_header(); ?>
<div class="content">
<?php get_template_part('inc/page-title'); ?>
</div><!--/.content-->
<div id="move-sidebar-content"></div>
<?php get_footer(); ?>