Tech Pack + Drop Jacket
{% if current_tags %}{% assign meta_tags = current_tags | join: ', ' %}{% endif %}
{% if template contains "index" %}{{ page_title }}{% else %}{{ page_title }}{% if current_tags %} {{ 'general.meta.tagged_html' | t: tags: meta_tags }}{% endif %}{% if current_page != 1 %} {{ 'general.meta.page' | t: page_number: current_page }}{% endif %}{% unless page_title contains shop.name %} - {{ shop.name }}{% endunless %}{% endif %}
{% if page_description %}
{% endif %}
{% include 'social-meta-info' %}
{% if collection.previous_product %}
{% endif %}
{% if collection.next_product %}
{% endif %}
{{ 'mmenu-styles.scss' | asset_url | stylesheet_tag }}
{{ 'styles.scss.css' | asset_url | stylesheet_tag }}
{% if settings.favicon != nil %}
{% else %}
{% endif %}
{% if template contains 'customer' %}
{{ "shopify_common.js" | shopify_asset_url | script_tag }}
{{ "customer_area.js" | shopify_asset_url | script_tag }}
{% endif %}
{{ 'app.js' | asset_url | script_tag }}
{{ content_for_header }}
{% if template contains "index" %}
{% assign feature_image = true %}
{% elsif template contains "collection" %}
{% assign feature_image = true %}
{% elsif template contains "blog" %}
{% assign feature_image = true %}
{% elsif template contains "article" %}
{% assign feature_image = true %}
{% elsif template contains "contact" %}
{% assign feature_image = true %}
{% elsif template contains "banner" %}
{% assign feature_image = true %}
{% else %}
{% assign feature_image = false %}
{% endif %}
{% section 'header' %}
{{ content_for_layout }}
{% include 'cart-shipping-calculator' %}
{% section 'footer' %}
{% if settings.size_chart != blank %}
{{ pages[settings.size_chart].title }}
{{ pages[settings.size_chart].content }}
{% endif %}
{% include 'newsletter-popup' %}
{% if settings.show_multiple_currencies %}
{% include 'currencies' %}
{% endif %}
{% if settings.disqus_enabled %}
{% if template contains "blog" or template contains "article" or template contains "index" %}
{% endif %}
{% endif %}