{#
Module Text
Titel {title}
Textfeld {content}
#}
{% set texts = [] %}
{% if is_assoc_array(module) or is_object(module) %}
{% set texts = texts|merge([ module ]) %}
{% elseif module is not null %}
{# it must be array #}
{% set texts = texts|merge( module ) %}
{% endif %}
{% for text in texts %}