{% extends '@SyliusShop/layout.html.twig' %} {% block content %}
{{ bitbag_cms_render_media('homepage_header_image') }}
{{ bitbag_cms_render_block('homepage_intro') }}
{{ bitbag_cms_render_media('homepage_pdf') }}
{{ bitbag_cms_render_media('homepage_video') }}
{{ bitbag_cms_render_media('media_with_parameteres', "examples/media_custom_template.html.twig")}}
{{ bitbag_cms_render_block('homepage_products_info') }}
{{ render(url('sylius_shop_partial_product_index_latest', {'count': 4, 'template': '@SyliusShop/Product/_horizontalList.html.twig'})) }}
Like it? We do a lot of Sylius projects & plugins.
Perhaps there is something we can do for you. Visit our website for more information.
{% endblock %}