{% set svg_logo = '' %}
{% for term in node.terms %}
{% if term.taxonomy == 'categoria_servicio' %}
{% set svg_logo = term.icono_de_categoria %}
{% endif %}
{% endfor %}
{% if node.thumbnail.src %}
{% else %}
{% endif %}
{{node.post_title}}
Productos {% for term in node.terms %}{% if term.taxonomy == 'tipo_producto' %}{{term.name}}, {% endif %}{% endfor %}
{#
{% for term in node.terms %}{% if term.taxonomy == 'categoria_servicio' %} {{ term.icono_de_categoria }}{% endif %}{% endfor %}