8 lines
209 B
PHP
8 lines
209 B
PHP
<?php App\template_part('partials/page-header'); ?>
|
|
|
|
<div class="alert alert-warning">
|
|
<?php _e('Sorry, but the page you were trying to view does not exist.', 'sage'); ?>
|
|
</div>
|
|
|
|
<?php get_search_form(); ?>
|