{% import "@component/_template/_html_macro.html.twig" as macros %}{% if atom_key is not defined %} {% set atom_key = '' %}{% endif %}{% set atom_config = generateAtomOptions(value, atom_key) %}{% if canDisplayComponentByAcl( atom_config) %} {{ macros.generateHtmlComponentStart(atom_config) }} {% block atom %}{% endblock atom %} {{ macros.generateHtmlComponentEnd(atom_config) }}{% endif %}