TEST PAGE - VEHICLE SELECTOR
{% capture the_snippet_content %}
{% render 'ymm-searchbox' %}{% endcapture %}
{% unless the_snippet_content contains "Liquid error" %}
{%- assign searchbox_style = 'horizontal' -%}
{%- assign searchbox_title = 'Search by Year,Make and Model' -%}
{% render 'ymm-searchbox', searchbox_title: searchbox_title, searchbox_style: searchbox_style %}
{% endunless %}