Sha256: 92db99a921d24d43c13250148872473edf5b06f5e9c84a89686d94a189c58bc7

Contents?: true

Size: 550 Bytes

Versions: 5

Compression:

Stored size: 550 Bytes

Contents

<?php get_header(); ?>

	<div class="content-wrap">
		<div class="content content-area">

			<header class="page-header">
				<h1 class="page-title"><?php _e( "Oops! That page can't be found.", '<%= theme_id %>' ); ?></h1>
			</header>

			<div class="page-content">
				<p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', '<%= theme_id %>' ); ?></p>

				<?php get_search_form(); ?>
			</div>

		</div>

		<div class="site-sidebar widget-area">

			<?php get_sidebar(); ?>

		</div>
	</div>

<?php get_footer(); ?>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
marv-0.2.5 layouts/default/templates/404.php.erb
marv-0.2.4 layouts/default/templates/404.php.erb
marv-0.2.3 layouts/default/templates/404.php.erb
marv-0.2.2 layouts/default/templates/404.php.erb
marv-0.2.1 layouts/default/templates/404.php.erb