airl/404.php
Alexander Agnarson f80106a5b7 Initial commit
2021-01-27 11:14:13 +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(); ?>