{% set layout = extra.static.layout %}

<section id="home" class="home" style="background-image: url('{{ layout.assets.home.image.src }}');">
    <h1>{{ layout.home.textsup|raw }} <span class="text-rotator"></span></h1>
    <h2>{{ layout.home.textinf|raw }}</h2>
</section>
