' . esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'benjamin' ) . '
'; 52 | 53 | get_search_form(); 54 | 55 | echo ''; 56 | echo '
'; 57 | echo '
'; 58 | 59 | the_widget( 'Benjamin_Widget_Pages', array( 'title' => __( 'Pages', 'benjamin' ) ) ); 60 | endif; 61 | ?> 62 |