".PHP_EOL;
// --- entry header ---
bioship_html_comment('.entry-header');
echo ''.PHP_EOL;
// --- no content title ---
// 1.8.5: added no content title filter
$nocontenttitle = __( 'Nothing Found', 'bioship' );
$nocontenttitle = bioship_apply_filters('skeleton_no_content_title', $nocontenttitle);
echo $nocontenttitle;
echo '
'.PHP_EOL;
echo '