timelines/404.php
Alexander Agnarson 193a2259c2 Initial commit
2024-03-20 14:45:02 +01:00

15 lines
No EOL
261 B
PHP

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