{# Add your imports here as the nunjucks is initialized inside #main #} {% from "templates/pill-button.twig.html" import pillButton %}
{% include "images/path-to-mars/background-morpher.svg" %}
{% include "images/path-to-mars/idle-illustration-full.svg" %}
{{ data.content.screen1.step1.title.fr }}
{{ data.content.screen1.step1.title.en }}
{{ data.content.screen1.step1.text.fr }}
{{ data.content.screen1.step1.text.en }}
{{ pillButton(data.content.screen1.step1.cta, "goToNextStep", width="567px", height="140px") }} {# {{ pillButton("Keep
playing", "goToNextScreen", theme="black", shape="rounded-left", icon="arrow-left", glow=false, height="100px") }} #} {# {{ pillButton(data.content.screen1.cta, "goToNextScreen", theme="gray", shape="right", icon="arrow-right", height="100px") }} #} {# {{ pillButton(data.content.screen1.cta, "goToNextScreen", theme="white", shape="left", icon="arrow-left") }} #} {# {{ pillButton("Restart game", "goToNextScreen", delay=500, theme="gray", shape="left", icon="reload") }} #} {# {{ pillButton("Close game", "goToNextScreen", theme="black", shape="left", icon="dash") }} #} {# {{ pillButton("Test glow", "goToNextScreen", theme="black", glowColors=["#A5F2A6", "#61E5F9", "#1587D9"]) }} #}
{% include "images/global/pastille-exclamation.svg" %}
{{ data.content.screen1.step2.label.fr }}
{{ data.content.screen1.step2.label.en }}
{{ data.content.screen1.step2.text_1.fr }}
{{ data.content.screen1.step2.text_1.en }}
{{ data.content.screen1.step2.text_2.fr }}
{{ data.content.screen1.step2.text_2.en }}
{{ pillButton(data.content.screen1.step2.cta, "goToNextScreen", width="305px", height="107px", fontSize="20px", iconSize="60px", padding="24px", gap="14px") }}
{% include "templates/path-to-mars/game.twig.html" %}
{% include "templates/path-to-mars/game-frame.twig.html" %} {% include "templates/still-there.twig.html" %}