clearer/404.php
Alexander Agnarson 47acf08807 Initial commit
2024-09-29 17:21:25 +02:00

11 lines
No EOL
150 B
PHP

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