dsfr4drupal-1.x-dev/templates/node/node.html.twig
templates/node/node.html.twig
{% if attributes is not empty %}
<div{{ attributes }}>
{% endif %}
{% if content_attributes is not empty %}
<div{{ content_attributes }}>
{% endif %}
{{ content }}
{% if content_attributes is not empty %}
</div>
{% endif %}
{% if attributes is not empty %}
</div>
{% endif %}
