{% extends 'base.html.twig' %}
{% block stylesheets %}
{{ parent() }}
{% endblock %}
{% block javascripts %}
{{ parent() }}
{% endblock %}
{% block title %}{{ 'app.navigation.home'|trans }} - {{ 'app.title'|trans }}{% endblock %}
{% block body %}
{% include 'components/home/_pwa.html.twig' %}
{% include 'components/home/_hero.html.twig' %}
{% include 'components/home/_features.html.twig' %}
{% include 'components/home/_recent_expansions.html.twig' %}
{% include 'components/home/_projects.html.twig' %}
{% include 'components/home/_contact.html.twig' %}
{% endblock %}