/home/bdqbpbxa/rc-subdomains/optoman-rc.goodface.com.ua/wp-content/themes/optoman/page-contact.php
<?php
// Template name: Contact page

get_header();

$template_directory = get_template_directory_uri();
$srcset = "srcset='{$template_directory}/assets/images/lazyload.png'";
?>

    <main>

        <?php
        $send_us_a_message_title_mod = get_field('send_us_a_message_title_mod');
        $send_us_a_message_custom_title = get_field('send_us_a_message_custom_title');

        set_query_var('send_us_a_message_title_mod', $send_us_a_message_title_mod);
        set_query_var('send_us_a_message_custom_title', $send_us_a_message_custom_title);

        get_template_part('templates/send-message', null, ['class' => '-hero-section']);
        ?>

        <?php
        $with_title_mod = get_field('with_title_mod');
        set_query_var('with_title_mod', $with_title_mod);

        get_template_part('templates/get-in-touch')
        ?>

    </main>

<?php
get_footer();