Files
r2c/user/themes/quark/templates/partials/hero.html.twig
T
2018-06-21 17:59:40 +02:00

7 lines
472 B
Twig

<section id="{{ id }}" class="section hero {{ page.header.hero_classes }} {{ page.header.background.parallax ? 'parallax' : '' }}" {% if hero_image %}style="background-image: url({{ hero_image.url }});"{% endif %}>
<div class="image-overlay"></div>
<section class="container {{ grid_size }}" style="text-align: {{ page.header.hero_align|default('center') }}">
{{ content }}
</section>
<i id="to-start" class="pulse fa fa-angle-down"></i>
</section>