screenplan/404.php
Alexander Agnarson f69cc71f2b Initial commit
2020-03-11 14:37:23 +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(); ?>