{% extends '@SyliusShop/layout.html.twig' %}
{% block content %}
<div class="container-fluid">
<h1 class="ui header center aligned">
<div class="content">
{{ 'Index title'|trans }}
<div class="sub header">
{{ 'Index subtitle'|trans }}
</div>
</div>
</h1>
<div class="ui secondary segment">
{{ bitbag_cms_render_block('home_presentation_texte') }}
</div>
<h3 class=".text-secondary">{{ 'Donation title'|trans }}</h3>
<div class ="ui middle aligned two column grid">
<div class="ui middle aligned four wide computer six wide tablet height wide mobile column">
{{ include('page_generator/paypaldonate.html.twig') }}
</div>
<div class="ui left aligned text-info twelve wide computer ten wide tablet sixteen wide mobile column">
{{ bitbag_cms_render_block('Donation_Text_homepage') }}
</div>
</div>
{% include 'page_generator/download.html.twig' %}
{#
<h2 class="ui horizontal section divider header">
{{ 'sylius.ui.latest_products'|trans }}
</h2>
{{ render(url('sylius_shop_partial_product_index_latest', {'count': 4, 'template': '@SyliusShop/Product/_horizontalList.html.twig'})) }}
#}
</div>
{% endblock %}