{% extends "base.html.twig" %} {% block style %} html, body, header, .view { height: 100%; font-family: Roboto,sans-serif; } @media (max-width: 740px) { html, body, header, .view { height: 100vh; font-family: Roboto,sans-serif; } } @media (max-width: 740px) { .h1-main{ font-size: 13vw; } } {% endblock %} {% block intro %}

{{ content.title }}

{{ content.subtitle }}
{% endblock %} {% block content %}
{% include 'includes/blocks_homepage.html.twig' with { blocks: content.blocks_homepage } %}
{% endblock %} {% block javascript %} {% endblock %}