{% set currenturl = document.getFullPath() %}
<div class="breadcrumb-block">
<div class="container">
<!-- breadcrumb of the page -->
<ul class="breadcrumb">
<li><a href="/{{ locale }}/" class="home">{{ 'espirits.header.home'|trans }}</a></li>
<li><a href="/{{ locale }}/product/">{{ 'espirits.header.our-products'|trans }}</a></li>
{% if currenturl matches '#brand#' %}
<li class="active">{{ 'espirits.products.our-brands'|trans }}</li>
{% endif %}
</ul>
</div>
</div>
<div class="red-block">
<div class="container">
<h1>{{ document.getProperty("navigation_title") }}</h1>
<ul class="product-links" title="{{ document.getTitle() }}">
<li {% if currenturl matches '#product#' %} class="active" {% endif %}><a href="/{{ locale }}/product/">{{ 'espirits.products.alcohol-types'|trans }}</a></li>
{# <li {% if currenturl matches '#brand#' %} class="active" {% endif %}><a href="/{{ locale }}/brand/list">{{ 'espirits.products.our-brands'|trans }}</a></li> #}
<!--
<li><a href="#">Latest Updates</a></li>
<li><a href="#">By Bottle Size</a></li>
<li><a href="#">By Country/Region</a></li>
<li><a href="#">By Season/Holiday</a></li>
-->
</ul>
</div>
</div>