clearwork/404.php
Alexander Agnarson 52198cc0ed Initial commit
2021-03-08 18:48:36 +01:00

11 lines
No EOL
167 B
PHP

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