relation.html.twig in Relation 8
Same filename and directory in other branches
Default theme implementation to present all relation data.
See also
File
templates/relation.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation to present all relation data.
- *
- * @see template_preprocess_relation()
- *
- * @ingroup themeable
- */
- #}
- <article{{ attributes }}>
- {% if content %}
- {{- content -}}
- {% endif %}
- </article>