title = "Travel Category" url = "/travel/:catslug" layout = "default" is_hidden = 0 lazy_load = 1 meta_title = "{{ categoryDetails.record.name }}" meta_description = "{{ categoryDetails.record.description|striptags }}" enabled_in_sitemap = 0 model_class = "Webmors\Catalog\Models\Category" model_all_posts = 0 model_include_default = 0 use_updated_at = 0 changefreq = "always" priority = 0.1 og_title = "{{ productDetails.record.title }} island" og_description = "{{ productDetails.record.preview_text }}" og_ref_image = "{{ productDetails.record.cover }}" [builderDetails productDetails] modelClass = "Webmors\Catalog\Models\Product" identifierValue = "{{ :slug }}" modelKeyColumn = "slug" displayColumn = "title" notFoundMessage = "Record not found" [builderDetails categoryDetails] modelClass = "Webmors\Catalog\Models\Category" identifierValue = "{{ :catslug }}" modelKeyColumn = "catslug" displayColumn = "id" notFoundMessage = "Record not found" == == {% set productDetail = productDetails.record %} {% set categoryDetail = categoryDetails.record %} {% put styles %} {% endput %} {% put styles %} {% endput %} {#
#} {% set mainurl = "" %}
Home {% if this.param['slug'] %} {{productDetail.category.name}} Information {% else %} {{ categoryDetail.name }} {% endif %}
{% if this.param['slug'] %}

{{ productDetail.title }}

{% if backendLoggedIn and editMode %} Edit item {% endif %}

{{ productDetail.title }} Information

{#

20+ Beaches

#}
{% for tabname in tabs %}
{% for section in tabname.sections if not section.active %}
{% if tabname.sections|length > 1 %}

{% endif %}
{% if section.active %}

{{ section.content.title }}

{% if section.content.gallery %} {% partial 'island/gallery' gallery=section.content.gallery %}

{% endif %} {% if section.content.description %} {{ section.content.description|raw }} {% endif %} {% if section.content.listitems %} {% partial 'island/list' list=section.content.listitems %} {% endif %} {% if section.content.accorditems %} {% partial 'island/accordion' accorditems=section.content.accorditems title=section.slug~"mob" %} {% endif %}
{% endif %}
{% endfor %} {% for section in tabname.sections if section.active %}
{% if tabname.sections|length > 1 %}

{% endif %}
{% if section.active %}

{{ section.content.title }}

{% if section.content.gallery %} {% partial 'island/gallery' gallery=section.content.gallery %}

{% endif %} {% if section.content.description %} {{ section.content.description|raw }} {% endif %} {% if section.content.listitems %} {% partial 'island/list' list=section.content.listitems %} {% endif %} {% if section.content.accorditems %} {% partial 'island/accordion' accorditems=section.content.accorditems title=section.slug~"mob" %} {% endif %}
{% endif %}
{% endfor %}
{% endfor %}
{% for tabname in tabs %}
{% if tabname.sections|length > 1 %} {% endif %}
{% for section in tabname.sections %}
{% if section.active %}

{{ section.content.title }}

{% if section.content.gallery %} {% partial 'island/gallery' gallery=section.content.gallery %}

{% endif %} {% if section.content.description %} {{ section.content.description|raw }} {% endif %} {% if section.content.listitems %} {% partial 'island/list' list=section.content.listitems %} {% endif %} {% if section.content.accorditems %} {% partial 'island/accordion' accorditems=section.content.accorditems title=section.slug%} {% endif %}
{% endif %}
{% endfor %}
{% endfor %}


{% else %}


Discover our {{categoryDetail.name}}

{% for productrow in categoryDetail.products|batch(1) %} {% endfor %}

{% endif %} {% put scripts %} {% endput %}