A clone of https://github.com/kre8tiv/Joseph-knows-best with community improvements.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
906 B
30 lines
906 B
![]()
6 years ago
|
<?php get_header(); ?>
|
||
|
<section id="content"><div class="inner wrap clearfix">
|
||
|
<div id="main" class="twelvecol first clearfix" role="main">
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<article id="post-<?php the_ID(); ?>" <?php post_class('clearfix'); ?> role="article" itemscope itemtype="http://schema.org/BlogPosting">
|
||
|
|
||
|
<header class="article-header">
|
||
|
<h1 class="page-title" itemprop="headline">Da ist etwas schiefgelaufen.</h1>
|
||
|
</header>
|
||
|
|
||
|
<section class="entry-content clearfix" itemprop="articleBody">
|
||
|
<p>Leider wurde die gesuchte Seite nicht gefunden. Das tut uns sehr leid. Am Besten probierst Du die Suchfunktion aus, um den passenden Inhalt zu finden.</p>
|
||
|
<?php get_search_form(); ?>
|
||
|
</section>
|
||
|
|
||
|
|
||
|
|
||
|
</article>
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</div></section>
|
||
|
<?php get_footer(); ?>
|