---------------1---------------
{% capture content_for_head %}{% include 'protected/head' %}{% endcapture %}{% capture content_for_layout %}{% include 'templates/product' %}{% endcapture %}{% capture content_for_header %}
                                            {% if comm_config.page_name != 'orders' and comm_config.page_name != 'result' %}
                                                {% include 'sections/header' %}
                                            {% else %}
                                            {% endif %}
                                            {% include 'widgets/comm' %}
                                        {% endcapture %} 
                                        {% capture content_for_footer_script %}{% include 'protected/footer-script' %}{% endcapture %}                            
                                        {% capture content_for_footer %}
                                            {% if comm_config.page_name != 'orders' and comm_config.page_name != 'result' %}
                                                {% include 'sections/footer' %}
                                            {% else %}
                                            {% endif %}
                                        {% endcapture %}{% include 'layout/theme' %}