cutslice/404.php
Alexander Agnarson aa32b8819f Initial commit
2021-03-08 18:38:21 +01: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(); ?>