';
while ( have_posts() ) : the_post();
print '
';
Fixit_Factory::fixit_content( 'content' );
print '
';
endwhile; print '';
fixit_function_pagination( $wp_query->max_num_pages, "", $paged );
else :
get_template_part( 'template-parts/no', 'result' );
endif;
get_template_part('inc/end','sidebar');
get_footer(); ?>