boxcard/404.php
Alexander Agnarson eebe696456 Initial commit
2019-08-11 11:08:52 +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(); ?>