textdash/404.php

15 lines
228 B
PHP
Raw Permalink Normal View History

2021-08-14 18:53:24 +02:00
<?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(); ?>