{% extends "::layout.html.twig" %} {% set pageMainTabs = "shopping" %} {% set menuNoCurrent = true %} {% if boutique.presentation.logo is not null %} {% set header_image = "http://" ~ picthost ~ "/" ~ boutique.presentation.logo.webPath %} {% endif %} {% set header_description= boutique.presentation.presentation %} {% set header_pagename = boutique.nom %} {% block title %} {{ boutique.nom }} - {{ boutique.motcles }} - {{ boutique.address1 }} {{ boutique.cp }} {{ boutique.ville }} - Consommez En France.com {% endblock %} {% block subHeader %} {% include 'YOUBoutiqueBundle:Default:header.html.twig' %} {% endblock %} {% block container %}
{% if nav_minisite|length > 0 %} {% endif %}
{% block sidebar %}

{% if page.rubrique.pages|length >= 1 %} {% endif %}
{% endblock %} {% block content %}

{{ page.content|replace({'':'[/script]'})|raw }}
{% endblock %}
{% endblock %}