<?php /** * @package Parament */ ?> <article class="hentry"> <div class="title"> <h2 class="entry-title"><?php _e( 'Nothing Found', 'parament' ); ?></h2> </div> <div class="entry-content no-result"> <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'parament' ); ?></p> <?php get_search_form(); ?> </div> </article>