{% set footerDatas = configsService.getConfig('FOOTER') %}
{% block stylesheets %}
<style>
{{ getContentData(footerDatas.FOOTER_content, 'gjs-css')|raw }}
</style>
{% endblock %}
{{ getContentData(footerDatas.FOOTER_content, 'gjs-html')|raw }}