{{ label }}
{% endif %} {{ title_suffix }} {% if display_submitted %} {% endif %}
{{ content.body }}
{{ title_prefix }} {% if not page %} {{ label }}
{% endif %} {{ title_suffix }} {% if display_submitted %} {% endif %}{{ content.body }}
- <article{{ attributes }}>
-
- {{ title_prefix }}
- {% if not page %}
- <h2{{ title_attributes }}>
- <a href="{{ url }}" rel="bookmark">{{ label }}</a>
- </h2>
- {% endif %}
- {{ title_suffix }}
-
- {% if display_submitted %}
- <footer>
- {{ author_picture }}
- <div{{ author_attributes }}>
- {% trans %}Submitted by {{ author_name }} on {{ date }}{% endtrans %}
- {{ metadata }}
- </div>
- </footer>
- {% endif %}
-
- <div{{ content_attributes }}>
- {{ content.body }}
- </div>
- </article>
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.