{% if settings.favicon_enable == 'true' or settings.favicon_enable == '1' %} {% endif %} {{ page_title | escape }}{% if current_tags %}{% assign meta_tags = current_tags | join: ', ' %} – {{ 'general.meta.tags' | t: meta_tags }}{% endif %}{% if current_page != 1 and current_page != blank %} – {{ 'general.meta.page' | t: current_page }}{% endif %}{% unless page_title contains shop.name %} – {{ shop.name | escape }}{% endunless %} {% if page_description %} {% endif %} {% include 'social-meta-tags' %} {{ 'timber.css' | asset_url | stylesheet_tag }} {{ 'theme.css' | asset_url | stylesheet_tag }} {% include 'google-fonts' %} {{ '//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js' | script_tag }} {{ content_for_header }} {% include 'oldIE-js' %} {{ 'modernizr.min.js' | asset_url | script_tag }} {% comment %} If you store has customer accounts disabled, you can remove the following JS file {% endcomment %} {% if template contains 'customers' %} {{ 'shop_common.js' | global_asset_url | script_tag }} {{ 'customer_area.js' | global_asset_url | script_tag }} {% endif %} {% app_snippet 'global/head' %} {% app_snippet 'global/body_start' %} {% include 'header-bar' %}
{% app_snippet 'global/content_top' %} {{ content_for_layout }} {% app_snippet 'global/content_bottom' %}
{% for i in (1..4) %} {% capture home_section %}home_section_{{ i }}{% endcapture %} {% if settings[home_section] == 'slider' %} {% assign slider_home_enable = true %} {% endif %} {% endfor %} {% if slider_home_enable %} {{ 'jquery.flexslider.min.js' | asset_url | script_tag }} {% endif %} {{ 'fastclick.min.js' | asset_url | script_tag }} {{ 'timber.js' | asset_url | script_tag }} {{ 'theme.js' | asset_url | script_tag }} {% if template contains 'product' %} {% if settings.product_image_zoom_type == 'lightbox' %} {{ 'magnific-popup.min.js' | asset_url | script_tag }} {% elsif settings.product_image_zoom_type == 'zoom-in' %} {{ 'jquery.zoom.min.js' | asset_url | script_tag }} {% endif %} {% endif %} {% if template contains 'article' or template contains 'product' %} {% if settings.social_sharing_blog or settings.social_sharing_products %} {{ 'social-buttons.js' | asset_url | script_tag }} {% endif %} {% endif %} {% include 'currencies' %} {% app_snippet 'global/body_end' %}