{% for ddboxItem in ddboxItems %}

{{ ddboxItem.title[locale] }}

{% set description = ddboxItem.content[locale]|raw %} {% if description|first != "<" %} {% set description = "

"~description~"

" %} {% endif %}
{{ formatString(description)|raw }}
{% if ddboxItem.link %} detaylı inceleyin {% endif %}
{% endfor %}