textdash/404.php
2021-08-14 18:53:24 +02:00

15 lines
No EOL
228 B
PHP

<?php get_header(); ?>
<div class="content">
<?php get_template_part('inc/page-title'); ?>
<div class="content-inner group">
</div>
</div><!--/.content-->
<div id="move-sidebar-content"></div>
<?php get_footer(); ?>