{% set BundleName = '/'~document.module~'/' %}
{# merged two files with grant concat:
{% do pimcore_head_link().appendStylesheet(asset('static'~BundleName~'css/style-m.css')) %}
{% do pimcore_head_link().appendStylesheet(asset('static'~BundleName~'css/style-l.css')) %}
#}
{% do pimcore_head_link().appendStylesheet(asset('static'~BundleName~'css/styles.css')) %}
{# the print.css is never generated and throws a 404 currently, so it is commented out. If we want to use it again uncomment the following line and generate the required print.css #}
{#{% do pimcore_head_link().appendStylesheet(asset('static'~BundleName~'css/print/print.css'), 'print') %}#}
{% if editmode %}
{% do pimcore_head_link().appendStylesheet(asset('static'~BundleName~'css/editmode.css')) %}
{% endif %}
{% if not editmode %}
{# When changing the JS here always update the hash ("Ymdhi"): #}
{% do pimcore_head_script().appendFile(asset('static'~BundleName~'js/main.min.js?22206281130')) %}
{% endif %}