dsfr4drupal-1.x-dev/templates/field/field--node--created.html.twig
templates/field/field--node--created.html.twig
{% if not is_inline %}
{% include 'field.html.twig' %}
{% else %}
{%- if attributes is not empty -%}
<span{{ attributes }}>
{%- endif -%}
{%- for item in items -%}
{{ item.content }}
{%- endfor -%}
{%- if attributes is not empty -%}
</span>
{%- endif -%}
{% endif %}
