File: /home/qirgxuo4hkuv/public_html/shovago.com/wp-content/themes/shovago/contact.php
<?php /* Template Name: صفحة الاتصال */ get_header(); while ( have_posts() ) : the_post(); ?>
<div class='Shovago__Heros Cats Pages' data-aos="fade-up">
<div class="Shovago__Content--Size">
<div class="Shovago__Hero">
<div class='Shovago__Heros--Left' data-aos="fade-up">
<h1><?php echo get_the_title(); ?></h1>
</div>
</div>
</div>
</div>
<div class="Shovago__Content--Size">
<div class="Shovago__Hero--Second Cats Pages">
<div class='Shovago__Hero--Second--Left Shovago__Pages' data-aos="fade-up">
<div class="Shovago__Contact" data-aos="fade-up">
<?php echo do_shortcode( '[contact-form-7 id="68" title="Contact Us"]' ); ?>
</div>
</div>
</div>
</div>
<div class="Shovago__ClearFix" ></div>
<?php endwhile; get_footer(); ?>