
{% include "images/etoiles/earth.svg" %}
{{ data.content.initial_screen.title.fr }}
{{ data.content.initial_screen.title.en }}
{% for i in range(0, 5) %}
{% endfor %}
{% for i in range(0, 150) %}
{% set variation = (i % 3 + 1) %}
{% endfor %}
{% for i in range(0, 3) %}
{% endfor %}
{% set types = ['n', 'o', 'h', 'c', 'p', 's'] %}
{% for i in range(0, 50) %}
{% set type = types[i % (types | length)] %}
{% endfor %}
{% set loopable = "true" if i == 0 else "false"%}
{% for i in range(0, 5) %}
{% endfor %}
{# Build types array dynamically from JSON #}
{% set types = [] %}
{% for element in data.content.elements %}
{% set types = (types.push(element.code), types) %}
{% endfor %}
{# Add floating elements #}
{% for i in range(0, 40) %}
{% set type = types[i % (types | length)] %}
{% endfor %}
{% for element in data.content.elements %}
{% for moleculeCode in element.molecules_options %}
{% set molecule = data.content.molecules[moleculeCode] %}
{% endfor %}
{% endfor %}
{{ molecule.title.fr }}
{{ molecule.title.en }}
{% include "images/home-button.svg" %}
{% include "images/help-button.svg" %}