You are here

relation.html.twig in Relation 8.2

Same filename and directory in other branches
  1. 8 templates/relation.html.twig

Default theme implementation to present all relation data.

File

templates/relation.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to present all relation data.
  5. *
  6. * @see template_preprocess_relation()
  7. *
  8. * @ingroup themeable
  9. */
  10. #}
  11. <article{{ attributes }}>
  12. {% if content %}
  13. {{- content -}}
  14. {% endif %}
  15. </article>