{% capture append = "oxidBlock_content" %}
{% set product = oView.getProduct() %} {% set template_title = product.oxarticles__oxtitle.value|cat(" ")|cat(product.oxarticles__oxvarselect.value) %}

{{ template_title }}

{% include_dynamic "form/recommendation_add.html.twig" with {testid: ""} %}
{{ insert_tracker({title: template_title}) }} {% endcapture %} {% include "layout/page.html.twig" with {sidebar: "Left"} %}