23 lines
360 B
PHP
23 lines
360 B
PHP
<?php
|
|
|
|
/**
|
|
* Car Finder page template.
|
|
*
|
|
* @package ThemeStarter
|
|
*/
|
|
|
|
?>
|
|
|
|
<!-- Get Header -->
|
|
<?php get_header(); ?>
|
|
|
|
<?php get_template_part('template-parts/partials/page-header') ?>
|
|
|
|
<!-- Car Finder Form -->
|
|
<section class="max-w-7xl mx-auto">
|
|
<?php echo do_shortcode('[form_vehicle_finder]'); ?>
|
|
</section>
|
|
|
|
|
|
<!-- Get Footer -->
|
|
<?php get_footer(); ?>
|