templates/website/page/heritage.html.twig line 1
{% extends '@web/base.html.twig' %}{% block body %}<section class="main-section"><div class="container-fluid"><div class="row"><div class="col-lg-10 m-auto"><div class="wrapper-first-content"><div class="wrapper-item"><h1>{{ mainTitle.title }}</h1>{{ mainTitle.description|raw }}<div class="wrapper-image"><img src="{{ mainTitle.image }}" alt=""></div></div><div class="wrapper-item"><div class="wrapper-image"><img src="{{ secondTitle.image }}" alt=""></div><p>{{ secondTitle.description|raw }}</p>{# <a class="main-button" href="#"> #}{# {{ 'Shop Now'|trans }} #}{# </a> #}</div></div><div class="wrapper-about mt-60"><div class="wrapper-image"><img src="{{ about.image }}" alt=""></div><div class="wrapper-content"><h2>{{ about.title }}</h2>{{ about.description|raw }}</div></div><div class="wrapper-category-and-collection mt-60"><h2 class="main-title">{{ 'OUR COLLECTIONS'|trans }}</h2><ul class="nav nav-tabs" id="myTab" role="tablist">{% for item in collections %}<li class="nav-item" role="presentation"><button class="nav-link part-active {% if loop.index == 1 %} active{% endif %}"id="all-{{ loop.index }}-tab" data-bs-toggle="tab"data-bs-target="#all-{{ loop.index }}" type="button" role="tab"aria-controls="all-{{ loop.index }}"aria-selected="true">{{ item.title }}</button></li>{% endfor %}</ul><div class="tab-content" id="myTabContent">{% for item in collections %}<div class="tab-pane fade {% if loop.index == 1 %}show active{% endif %}"id="all-{{ loop.index }}" role="tabpanel"aria-labelledby="all-{{ loop.index }}-tab"><div class="wrapper-content"><div class="wrapper-items">{% for product in item.products %}<a href="{{ path('page_heritage_product_view',{'id': product.id}) }}"class="wrapper-item"><div class="wrapper-image"><img src="{{ product.image }}" alt=""></div><div class="wrapper-description"><h4>{{ product.title }}</h4><p>{{ product.price ~ ' dram' }}</p></div></a>{% endfor %}</div><a class="main-button"href="{{ path('page_heritage_products', {collection: item.id}) }}">{{ 'View All'|trans }}</a></div></div>{% endfor %}</div></div><div class="wrapper-category-and-collection mt-60"><h2 class="main-title">{{ 'OUR CATEGORIES'|trans }}</h2><ul class="nav nav-tabs" id="myTab" role="tablist">{% for item in categories %}<li class="nav-item" role="presentation"><button class="nav-link part-active {% if loop.index == 1 %} active{% endif %}"id="category-{{ loop.index }}-tab" data-bs-toggle="tab"data-bs-target="#category-{{ loop.index }}" type="button" role="tab"aria-controls="category-{{ loop.index }}"aria-selected="true">{{ item.title }}</button></li>{% endfor %}</ul><div class="tab-content" id="myTabContent">{% for item in categories %}<div class="tab-pane fade {% if loop.index == 1 %}show active{% endif %}"id="category-{{ loop.index }}" role="tabpanel"aria-labelledby="category-{{ loop.index }}-tab"><div class="wrapper-content"><div class="wrapper-items">{% for product in item.products %}<a href="{{ path('page_heritage_product_view',{'id': product.id}) }}"class="wrapper-item"><div class="wrapper-image"><img src="{{ product.image }}" alt=""></div><div class="wrapper-description"><h4>{{ product.title }}</h4><p>{{ product.price ~ ' dram' }}</p></div></a>{% endfor %}</div><a class="main-button"href="{{ path('page_heritage_products', {category: item.id}) }}">{{ 'View All'|trans }}</a></div></div>{% endfor %}</div></div>{# <div class="wrapper-news mt-60">#}{# <h2 class="main-title">#}{# {{ 'Articles & news'|trans }}#}{# </h2>#}{# <div class="wrapper-items">#}{# <a class="wrapper-item" href="#">#}{# <span class="wrapper-image">#}{# <img src="{{ asset('images/ring.png') }}" alt="">#}{# </span>#}{# <span class="wrapper-description">#}{# <h4>#}{# Lorem ipsum auctor#}{# </h4>#}{# <p>#}{# Lorem ipsum auctor Lorem ipsum auctor Lorem ipsum auctor#}{# </p>#}{# </span>#}{# <span class="wrapper-action">#}{# <span class="date">#}{# Jun 16, 2025#}{# </span>#}{# <span>#}{# <svg width="35" height="15" viewBox="0 0 35 15" fill="none"#}{# xmlns="http://www.w3.org/2000/svg">#}{#<path d="M34.7071 8.07088C35.0976 7.68036 35.0976 7.04719 34.7071 6.65667L28.3431 0.292704C27.9526 -0.0978202 27.3195 -0.0978203 26.9289 0.292704C26.5384 0.683228 26.5384 1.31639 26.9289 1.70692L32.5858 7.36377L26.9289 13.0206C26.5384 13.4112 26.5384 14.0443 26.9289 14.4348C27.3195 14.8254 27.9526 14.8254 28.3431 14.4348L34.7071 8.07088ZM0 7.36377L-8.74228e-08 8.36377L34 8.36377L34 7.36377L34 6.36377L8.74228e-08 6.36377L0 7.36377Z"#}{# fill="black"/>#}{#</svg>#}{# </span>#}{# </span>#}{# </a>#}{# <a class="wrapper-item" href="#">#}{# <span class="wrapper-image">#}{# <img src="{{ asset('images/ring.png') }}" alt="">#}{# </span>#}{# <span class="wrapper-description">#}{# <h4>#}{# Lorem ipsum auctor#}{# </h4>#}{# <p>#}{# Lorem ipsum auctor Lorem ipsum auctor Lorem ipsum auctor#}{# </p>#}{# </span>#}{# <span class="wrapper-action">#}{# <span class="date">#}{# Jun 16, 2025#}{# </span>#}{# <span>#}{# <svg width="35" height="15" viewBox="0 0 35 15" fill="none"#}{# xmlns="http://www.w3.org/2000/svg">#}{#<path d="M34.7071 8.07088C35.0976 7.68036 35.0976 7.04719 34.7071 6.65667L28.3431 0.292704C27.9526 -0.0978202 27.3195 -0.0978203 26.9289 0.292704C26.5384 0.683228 26.5384 1.31639 26.9289 1.70692L32.5858 7.36377L26.9289 13.0206C26.5384 13.4112 26.5384 14.0443 26.9289 14.4348C27.3195 14.8254 27.9526 14.8254 28.3431 14.4348L34.7071 8.07088ZM0 7.36377L-8.74228e-08 8.36377L34 8.36377L34 7.36377L34 6.36377L8.74228e-08 6.36377L0 7.36377Z"#}{# fill="black"/>#}{#</svg>#}{# </span>#}{# </span>#}{# </a>#}{# </div>#}{# </div>#}</div></div></div></section>{% endblock %}