{{'home.process.title'|_}}

{% for idx in 1..3 %} {% set photo = attribute(_gTheme_, 'home_process_photo_' ~ idx) %} {% set title = 'home.process.point.' ~ idx ~ '.title' %} {% set content = 'home.process.point.' ~ idx ~ '.content' %}

{{title|_}}

{{content|_}}

{% endfor %}