{% if template == "index" %} {% elsif template == "collection" %} {% if collection.handle == "all" %} {% elsif collection.handle == "summer" %} {% endif %} {% elsif template == "product" %} {% if product.handle == "t-shirt" %} {% elsif product.handle == "baseball-hat" %} {% endif %} {% elsif template == "page" %} {% if page.handle == "about-us" %} {% elsif page.handle == "contact-us" %} {% endif %} {% else %} {% endif %} {{ 'main.css' | asset_url | stylesheet_tag }} {{ 'option_selection.js' | shopify_asset_url | script_tag }} {{ content_for_header }}