<?php
/**
* The template file for when no more specific template is found.
*
* @package Omphaloskepsis
* @since Omphaloskepsis 1.0
*/
?>
<?php get_header(); ?>
<p>Oh dear, there should really be a template file here.</p>
<?php get_footer(); ?>