{% for post in posts %} {% set svg_logo = '' %} {% for term in post.terms %}{% if term.taxonomy == 'categoria_servicio' %}{% set svg_logo = term.icono_de_categoria %}{% endif %}{% endfor %}

{{post.post_title}}

Productos {% for term in post.terms %}{% if term.taxonomy == 'tipo_producto' %}{{term.name}}, {% endif %}{% endfor %}
{% if post.post_content %} {{post.post_content}} {% else %} {{post.post_title}} {% endif %}
    {% if post.telefono %}
  • {% endif %} {% if post.horario %}
  • {{post.horario}}
  • {% endif %} {% if post.sitio_web %}
  • {% endif %} {% if post.direccion %}
  • {{post.direccion}}
  • {% endif %}
{% if post.redes_sociales_facebook %} {% endif %} {% if post.redes_sociales_twitter %} {% endif %} {% if post.redes_sociales_instagram %} {% endif %} {% if post.redes_sociales_youtube %} {% endif %} {% if post.redes_sociales_tik_tok %} {% endif %} {% if post.redes_sociales_twitch %} {% endif %}
{% endfor %}